chore: remove unused service
pgcli is defined in a override file
This commit is contained in:
parent
d0a50f684d
commit
07d863c063
@ -32,21 +32,6 @@ services:
|
|||||||
working_dir: /opt/app
|
working_dir: /opt/app
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
pgcli:
|
|
||||||
image: 'joaodubas/pgcli:latest'
|
|
||||||
hostname: development
|
|
||||||
depends_on:
|
|
||||||
- db
|
|
||||||
environment:
|
|
||||||
PGUSER: *db_user
|
|
||||||
PGPASSWORD: *db_pass
|
|
||||||
PGHOST: *db_host
|
|
||||||
PGDATABASE: wabanex_dev
|
|
||||||
volumes:
|
|
||||||
- './priv/docker/pgcli:/root/.config/pgcli'
|
|
||||||
restart: unless-stopped
|
|
||||||
entrypoint: sleep
|
|
||||||
command: 3650d
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data: {}
|
db_data: {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user