Servicespage/docker-compose.yml
Pablo 9db884379b
All checks were successful
continuous-integration/drone/push Build is passing
Fix compose
2020-03-18 01:48:42 +01:00

13 lines
328 B
YAML

version: '3.7'
services:
homer:
container_name: homer
build: .
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.homer.entryPoints=web-secure
- traefik.http.routers.homer.rule=Host(`services.fosc.space`)
- traefik.http.routers.homer.tls.certresolver=default