re-enable db service
This commit is contained in:
parent
482ff69549
commit
b45ea968d8
@ -1,15 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
|
||||
# db:
|
||||
# restart: always
|
||||
# image: postgres:9.6-alpine
|
||||
# networks:
|
||||
# - internal_network
|
||||
# healthcheck:
|
||||
# test: ["CMD", "pg_isready", "-U", "postgres"]
|
||||
# volumes:
|
||||
# - ./postgres:/var/lib/postgresql/data
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:9.6-alpine
|
||||
networks:
|
||||
- internal_network
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-U", "postgres"]
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
restart: always
|
||||
@ -47,7 +47,7 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
depends_on:
|
||||
# - db
|
||||
- db
|
||||
- redis
|
||||
# - es
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user