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 - db
command: ./bin/api command: ./bin/api
migrator: # migrator:
build: # build:
context: ./migrator # context: ./migrator
dockerfile: Dockerfile # dockerfile: Dockerfile
env_file: # env_file:
- .env # - .env
depends_on: # depends_on:
- api # - api
- db # - db
volumes: # volumes:
- goose:/migrations # - goose:/migrations
command: goose up # command: goose up
spa: spa:
build: . build: .