We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517f45f commit 4ff90e6Copy full SHA for 4ff90e6
infrastructure/docker-compose.run.yml
@@ -6,7 +6,7 @@ services:
6
env_file:
7
- ../.env
8
ports:
9
- - "${SERVER_PORT_CONFERENCES}:8000"
+ - ${SERVER_PORT_CONFERENCES}:8000
10
volumes:
11
- opencon-logs:/var/log/opencon
12
@@ -16,7 +16,7 @@ services:
16
17
18
19
- - "${SERVER_PORT_PUSH_NOTIFICATIONS}:8080"
+ - ${SERVER_PORT_PUSH_NOTIFICATIONS}:8080
20
21
22
@@ -26,7 +26,7 @@ services:
26
27
28
29
- - "${SERVER_PORT_TELEGRAM}:8080"
+ - ${SERVER_PORT_TELEGRAM}:8080
30
31
32
0 commit comments