fix: Correct api service indentation and remove inline comments.
Build & Push Hospitality / build-and-push (push) Failing after 3m19s
Build & Push Hospitality / build-and-push (push) Failing after 3m19s
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
networks:
|
||||
- hospitality-net
|
||||
|
||||
api:
|
||||
api:
|
||||
image: gitea.theriise.net/steinhelge/hospitality-api:latest
|
||||
container_name: hospitality-api
|
||||
restart: unless-stopped
|
||||
@@ -32,16 +32,15 @@ services:
|
||||
- db
|
||||
networks:
|
||||
- hospitality-net
|
||||
- edge # eller hva prod-nettverket ditt heter
|
||||
- edge
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=edge"
|
||||
- "traefik.http.routers.hospitality-api.rule=Host(`hospitality-api.theriise.net`)" # prod-domene
|
||||
- "traefik.http.routers.hospitality-api.rule=Host(`hospitality-api.theriise.net`)"
|
||||
- "traefik.http.routers.hospitality-api.entrypoints=websecure"
|
||||
- "traefik.http.routers.hospitality-api.tls=true"
|
||||
- "traefik.http.services.hospitality-api.loadbalancer.server.port=8080"
|
||||
|
||||
|
||||
web:
|
||||
image: gitea.theriise.net/steinhelge/hospitality-frontend:latest
|
||||
container_name: hospitality-frontend
|
||||
|
||||
Reference in New Issue
Block a user