Skip to content
Snippets Groups Projects
Commit 7a5e7c4d authored by Armin Co's avatar Armin Co
Browse files

Add .env ending

parent 2cc69340
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
restart: ${RESTART_POLICY} restart: ${RESTART_POLICY}
+ container_name: jitsi_web + container_name: jitsi_web
+ env_file: + env_file:
+ - env + - env.env
ports: ports:
- '${HTTP_PORT}:80' - '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443' - '${HTTPS_PORT}:443'
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
image: jitsi/prosody:latest image: jitsi/prosody:latest
restart: ${RESTART_POLICY} restart: ${RESTART_POLICY}
+ env_file: + env_file:
+ - env + - env.env
expose: expose:
- '5222' - '5222'
- '5347' - '5347'
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
image: jitsi/jicofo:latest image: jitsi/jicofo:latest
restart: ${RESTART_POLICY} restart: ${RESTART_POLICY}
+ env_file: + env_file:
+ - env + - env.env
volumes: volumes:
- ${CONFIG}/jicofo:/config:Z - ${CONFIG}/jicofo:/config:Z
environment: environment:
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
image: jitsi/jvb:latest image: jitsi/jvb:latest
restart: ${RESTART_POLICY} restart: ${RESTART_POLICY}
+ env_file: + env_file:
+ - env + - env.env
ports: ports:
- '${JVB_PORT}:${JVB_PORT}/udp' - '${JVB_PORT}:${JVB_PORT}/udp'
- '${JVB_TCP_PORT}:${JVB_TCP_PORT}' - '${JVB_TCP_PORT}:${JVB_TCP_PORT}'
...@@ -59,4 +59,4 @@ cp ../jitsi-auto-config/jitsi.subdomain.conf.example ../letsencrypt-webserver/re ...@@ -59,4 +59,4 @@ cp ../jitsi-auto-config/jitsi.subdomain.conf.example ../letsencrypt-webserver/re
# Move environment variables # Move environment variables
# to the correct position # to the correct position
# for docker-compose # for docker-compose
cp .env env cp .env env.env
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment