comment migrator

This commit is contained in:
valitovgaziz
2025-05-07 16:36:03 +05:00
parent 44a6725a8e
commit 8a8ee12779
+12 -12
View File
@@ -27,18 +27,18 @@ services:
- db
command: ./bin/api
migrator:
build:
context: ./migrator
dockerfile: Dockerfile
env_file:
- .env
depends_on:
- api
- db
volumes:
- goose:/migrations
command: goose up
# migrator:
# build:
# context: ./migrator
# dockerfile: Dockerfile
# env_file:
# - .env
# depends_on:
# - api
# - db
# volumes:
# - goose:/migrations
# command: goose up
spa:
build: .