Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Beslogic committed Jun 13, 2024
1 parent ce7e5b0 commit c7c830c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configs/network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- /etc/letsencrypt/live/releaftrees.life:/etc/nginx/certs
- nginx:/usr/share/nginx/html
ports:
- "80:80"
- "443:443"
Expand All @@ -36,14 +37,17 @@ services:
- nginx
- nginx-canopeum
- nginx-genparker
depends_on:
- nginx-proxy
environment:
- NGINX_PROXY_CONTAINER=nginx-proxy
- NGINX_DOCKER_GEN_CONTAINER=nginx-proxy-gen
- [email protected]
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- nginx:/etc/acme.sh
- /etc/letsencrypt/live/releaftrees.life:/etc/nginx/certs
- nginx:/etc/acme.sh
- nginx:/usr/share/nginx/html

volumes:
nginx:
Expand Down

0 comments on commit c7c830c

Please sign in to comment.