orchestra:
container_name: XO_server
image: ezka77/xen-orchestra-ce:latest
- restart: unless-stopped
+ restart: always
ports:
- "8000:8000"
depends_on:
- "traefik.enable=true"
- "traefik.http.routers.xoa.entrypoints=http"
- "traefik.http.routers.xoa.rule=Host(`xoa.giorgioravera.it`)"
- - "traefik.http.routers.xoa.service=xoa"
- #- "traefik.http.routers.xoa.middlewares=xoa-https-redirect"
+ #- "traefik.http.routers.xoa.service=xoa"
+ - "traefik.http.routers.xoa.middlewares=xoa-https-redirect"
- "traefik.http.routers.xoa-secure.entrypoints=https"
- "traefik.http.routers.xoa-secure.rule=Host(`xoa.giorgioravera.it`)"
- "traefik.http.routers.xoa-secure.tls=true"
container_name: XO_redis
image: redis:alpine
command: redis-server --appendonly yes
- restart: unless-stopped
+ restart: always
environment:
- TZ=${DOCKER_TZ}
volumes: