Skip to content

Commit

Permalink
fix docker ports | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed May 28, 2024
1 parent 517f45f commit 4ff90e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
env_file:
- ../.env
ports:
- "${SERVER_PORT_CONFERENCES}:8000"
- ${SERVER_PORT_CONFERENCES}:8000
volumes:
- opencon-logs:/var/log/opencon

Expand All @@ -16,7 +16,7 @@ services:
env_file:
- ../.env
ports:
- "${SERVER_PORT_PUSH_NOTIFICATIONS}:8080"
- ${SERVER_PORT_PUSH_NOTIFICATIONS}:8080
volumes:
- opencon-logs:/var/log/opencon

Expand All @@ -26,7 +26,7 @@ services:
env_file:
- ../.env
ports:
- "${SERVER_PORT_TELEGRAM}:8080"
- ${SERVER_PORT_TELEGRAM}:8080
volumes:
- opencon-logs:/var/log/opencon

Expand Down

0 comments on commit 4ff90e6

Please sign in to comment.