chore: improve docker-compose image

This commit is contained in:
tdurieux
2021-09-06 11:54:22 +02:00
parent 29c4cb9833
commit 51e7aabb90

View File

@@ -6,7 +6,6 @@ services:
restart: always
command: nodemon --transpile-only index.ts
image: tdurieux/anonymous_github:v2
container_name: anonymous_github
env_file:
- ./.env
environment:
@@ -14,9 +13,8 @@ services:
- DB_HOSTNAME=mongodb
volumes:
- .:/app
# - ./repositories:/app/repositories
ports:
- 5000:$PORT
- $PORT:$PORT
healthcheck:
test:
- CMD