Skip to content

Commit

Permalink
clean docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 6, 2024
1 parent 7f45c0f commit b772bbe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ services:
ports:
- 3000:3000
environment:
# Envs used in Dockerfile
# - DOCKER_WORKDIR="/app"
# - PORT=3000
# - BUILD_DATE="1970-01-01T00:00:00.00Z"
# - BUILD_VERSION="0.0.0.0"
# - BUILD_COMMIT="0000000"
- NODE_ENV=production

#######################################################
Expand All @@ -61,12 +55,6 @@ services:
- 4000:4000
environment:
- DATABASE_URL=mysql://root:@database:3306/dreammall.earth
# Envs used in Dockerfile
# - DOCKER_WORKDIR="/server"
# - PORT=4000
# - BUILD_DATE="1970-01-01T00:00:00.00Z"
# - BUILD_VERSION="0.0.0.0"
# - BUILD_COMMIT="0000000"
- NODE_ENV=production

networks:
Expand Down

0 comments on commit b772bbe

Please sign in to comment.