comment migrator
This commit is contained in:
+12
-12
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user