diff --git a/docker-compose.yml b/docker-compose.yml index 8ec07404..0b0fb84a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: