Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ArttuKuikka committed Dec 25, 2024
1 parent ca2cc6e commit ddcd1f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
services:
ruokalistaserver:
image: ${DOCKER_REGISTRY-}ruokalistaserver
image: ghcr.io/arttukuikka/ruokalistaserver
build:
context: src
dockerfile: Dockerfile
ports:
- "8080"
- "8081"
environment:
- BackgroundsPath=
- IG_ENABLED=true
Expand All @@ -26,5 +25,5 @@ services:
- JWT_Audience=https://dev.kouluruokalista.fi
- JWT_Secret=ChangeTheSecret
- StaticContentHost=https://kouluruokalista.fi
- InfoTV_Mainos_URL="https://kouluruokalista.fi/static/"
- InfoTV_Mainos_URL=https://kouluruokalista.fi/static/app_mainos.png

0 comments on commit ddcd1f0

Please sign in to comment.