Actualiser docker-compose.yml
All checks were successful
SSH Frontend Deploy / ssh-deploy (push) Successful in 57s
All checks were successful
SSH Frontend Deploy / ssh-deploy (push) Successful in 57s
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/timelapse/nginx:/usr/share/nginx/html
|
- ./:/usr/share/nginx/html
|
||||||
- nginx-config:/etc/nginx
|
- nginx-config:/etc/nginx
|
||||||
environment:
|
environment:
|
||||||
- NGINX_VERSION=1.27.1
|
- NGINX_VERSION=1.27.1
|
||||||
@@ -17,7 +17,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- bridge
|
- bridge
|
||||||
- timelapse_network
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
nginx-config:
|
nginx-config:
|
||||||
@@ -26,5 +25,3 @@ volumes:
|
|||||||
networks:
|
networks:
|
||||||
bridge:
|
bridge:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
timelapse_network:
|
|
||||||
driver: bridge
|
|
||||||
|
|||||||
Reference in New Issue
Block a user