diff options
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/docker-compose.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index e23f31c39..658833700 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml | |||
@@ -53,9 +53,10 @@ services: | |||
53 | ipv4_address: 172.18.0.42 | 53 | ipv4_address: 172.18.0.42 |
54 | env_file: | 54 | env_file: |
55 | - .env | 55 | - .env |
56 | # If you provide your own webserver and reverse-proxy, otherwise not suitable for production: | 56 | |
57 | #ports: | 57 | ports: |
58 | # - "80:9000" # serving HTTP | 58 | - "1935:1935" # If you don't want to use the live feature, you can comment this line |
59 | # - "9000:9000" # If you provide your own webserver and reverse-proxy, otherwise not suitable for production | ||
59 | volumes: | 60 | volumes: |
60 | - assets:/app/client/dist | 61 | - assets:/app/client/dist |
61 | - ./docker-volume/data:/data | 62 | - ./docker-volume/data:/data |