Skip to content

Commit

Permalink
readded ports back
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispinkney committed Mar 30, 2021
1 parent e105cc1 commit 17a71a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,5 @@ services:

# Users
users:
ports:
- ${USERS_PORT}:${USERS_PORT}
environment:
- FIRESTORE_EMULATOR_HOST
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ services:
dockerfile: Dockerfile
environment:
- USERS_PORT
ports:
- ${USERS_PORT}
depends_on:
- traefik
labels:
Expand Down
2 changes: 0 additions & 2 deletions docker/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ services:

# users service
users:
ports:
- ${USERS_PORT}
restart: unless-stopped
environment:
- NODE_ENV=production
Expand Down

0 comments on commit 17a71a6

Please sign in to comment.