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