docker compose update
This commit is contained in:
@@ -9,6 +9,17 @@ services:
|
|||||||
- recipe-data:/data
|
- recipe-data:/data
|
||||||
environment:
|
environment:
|
||||||
- SECRET_KEY=change-me-in-production
|
- SECRET_KEY=change-me-in-production
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.controller.rule=Host(`rimport.demo-felhom.eu`)"
|
||||||
|
- "traefik.http.routers.controller.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.controller.tls=true"
|
||||||
|
- "traefik.http.services.controller.loadbalancer.server.port=8080"
|
||||||
|
- "traefik.docker.network=traefik-public"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
recipe-data:
|
recipe-data:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik-public:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user