diff --git a/docker-compose.yml b/docker-compose.yml index 55aab3b..8e31979 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,26 +3,4 @@ version: "3" services: web: image: reg.federspiel.software/fedeo/software:beta - restart: always -# networks: -# - traefik - environment: - NUXT_PUBLIC_API_BASE: "https://backend.fedeo.io" - # labels: -# - "traefik.enable=true" -# - "traefik.docker.network=traefik" -# - "traefik.port=3000" -# # Middlewares -# - "traefik.http.middlewares.spaces-frontend-redirect-web-secure.redirectscheme.scheme=https" -# # Web Entrypoint -# - "traefik.http.routers.spaces-frontend.middlewares=spaces-frontend-redirect-web-secure" -# - "traefik.http.routers.spaces-frontend.rule=Host(`app.spaces.software`)" -# - "traefik.http.routers.spaces-frontend.entrypoints=web" -# # Web Secure Entrypoint -# - "traefik.http.routers.spaces-frontend-secure.rule=Host(`app.spaces.software`)" -# - "traefik.http.routers.spaces-frontend-secure.entrypoints=web-secured" # -# - "traefik.http.routers.spaces-frontend-secure.tls.certresolver=mytlschallenge" - -#networks: -# traefik: -# external: true \ No newline at end of file + restart: always \ No newline at end of file