-
Hi, Since few month I use "direckthit/fvtt-docker" with traefik and portainer. May I request your help for use your good and update repository ? Edit : Solve, new docker-compose.yml if it's help something version: "3.3"
services:
foundry:
image: felddy/foundryvtt:latest
container_name: foundry
init: true
restart: "unless-stopped"
networks:
- proxy
volumes:
- type: bind
source: /home/roleplay/foundrydata
target: /data
environment:
- FOUNDRY_PASSWORD=xxxx
- FOUNDRY_USERNAME=xxxx
- FOUNDRY_ADMIN_KEY=xxxx
labels:
- "traefik.enable=true"
- "traefik.http.routers.foundryvtt.entrypoints=http"
- "traefik.http.routers.foundryvtt.rule=Host(`xx.xx.xx`)"
- "traefik.http.middlewares.foundryvtt-https-redirect.redirectscheme.scheme=https"
- "traefik.http.routers.foundryvtt.middlewares=foundryvtt-https-redirect"
- "traefik.http.routers.foundryvtt-secure.entrypoints=https"
- "traefik.http.routers.foundryvtt-secure.rule=Host(`xx.xx.xx`)"
- "traefik.http.routers.foundryvtt-secure.tls=true"
- "traefik.http.routers.foundryvtt-secure.tls.certresolver=http"
- "traefik.http.routers.foundryvtt-secure.service=foundryvtt"
- "traefik.http.services.foundryvtt.loadbalancer.server.port=xxxx"
- "traefik.docker.network=proxy"
networks:
proxy:
external: true |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Were you able to solve your problem? The edit you made leads me to believe you did. |
Beta Was this translation helpful? Give feedback.
Were you able to solve your problem? The edit you made leads me to believe you did.