mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Add volume for production_traefik in production.yml
This commit is contained in:
+4
-1
@@ -11,6 +11,9 @@ x-environment: &default-environment
|
|||||||
BAI_LOCATION: "/bai"
|
BAI_LOCATION: "/bai"
|
||||||
STREAMLIT_BAI_SERVER_PORT: "8502"
|
STREAMLIT_BAI_SERVER_PORT: "8502"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
production_traefik: {}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
osrm-backend:
|
osrm-backend:
|
||||||
environment:
|
environment:
|
||||||
@@ -72,7 +75,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "${LOG_PATH:-./logs}:/logs"
|
- "${LOG_PATH:-./logs}:/logs"
|
||||||
- "${ACME_PATH:-./acme.json}:/etc/traefik/acme/acme.json"
|
- production_traefik:/etc/traefik/acme:z
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
|
|||||||
Reference in New Issue
Block a user