re-enable db service

This commit is contained in:
robcolbert 2019-07-03 17:08:04 -04:00
parent 482ff69549
commit b45ea968d8

View File

@ -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: