Merge pull request #951 from Leopere/patch-3

Cleanup superfluous docker-compose.yml declarations
This commit is contained in:
Amruth Pillai
2022-11-02 23:36:21 +01:00
committed by GitHub
+1 -4
View File
@@ -3,7 +3,6 @@ version: "3.8"
services:
postgres:
image: postgres:alpine
container_name: postgres
restart: always
ports:
- 5432:5432
@@ -25,7 +24,6 @@ services:
# build:
# context: .
# dockerfile: ./server/Dockerfile
container_name: server
restart: always
ports:
- 3100:3100
@@ -64,7 +62,6 @@ services:
# build:
# context: .
# dockerfile: ./client/Dockerfile
container_name: client
restart: always
ports:
- 3000:3000
@@ -76,4 +73,4 @@ services:
- PUBLIC_GOOGLE_CLIENT_ID=
volumes:
pgdata:
pgdata: