Fixed git integration

This commit is contained in:
2024-05-15 00:09:47 -06:00
parent 6f4fc38d7c
commit f0c878f67e
2 changed files with 10 additions and 8 deletions

View File

@ -7,6 +7,7 @@ services:
dockerfile: Dockerfile
image: your-app-image:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"
environment:
@ -22,10 +23,3 @@ services:
- SPOTIFY_CLIENT_SECRET=$SPOTIFY_CLIENT_SECRET
- SPOTIFY_REFRESH_TOKEN=$SPOTIFY_REFRESH_TOKEN
- STRIPE_SECRET_KEY=$STRIPE_SECRET_KEY
labels:
- "traefik.enable=true"
- "traefik.http.routers.site.rule=Host(`atri.dad`)"
- "traefik.http.routers.site.service=site"
- "traefik.http.routers.site.entrypoints=websecure"
- "traefik.http.routers.site.tls.certresolver=letsencrypt"
- "traefik.http.services.site.loadbalancer.server.port=3000"