chore: improve compose for git worktree #142
@ -14,6 +14,7 @@ services:
|
|||||||
- './priv/docker/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql'
|
- './priv/docker/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql'
|
||||||
- 'db_data:/var/lib/postgresql/data'
|
- 'db_data:/var/lib/postgresql/data'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: 'joaodubas/ex_trainer:${EX_TRAINER_TAG:-dev}'
|
image: 'joaodubas/ex_trainer:${EX_TRAINER_TAG:-dev}'
|
||||||
build:
|
build:
|
||||||
@ -56,6 +57,7 @@ services:
|
|||||||
scale: 3
|
scale: 3
|
||||||
entrypoint: ./priv/docker/service/docker-entrypoint.sh
|
entrypoint: ./priv/docker/service/docker-entrypoint.sh
|
||||||
command: local-cookie
|
command: local-cookie
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: 'joaodubas/ex_trainer:test'
|
image: 'joaodubas/ex_trainer:test'
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user