Skip to content

Commit

Permalink
refactor: use images from hub in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed May 24, 2024
1 parent 934dc40 commit 96bf711
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ services:
- "--entrypoints.reverse-proxy-https.address=:443"

api:
build: api/
#build: api/
image: ghcr.io/jitsi-contrib/jitok/jitok-api:latest
labels:
- "traefik.enable=true"
- "traefik.http.routers.api-http.entrypoints=reverse-proxy-http"
Expand All @@ -25,7 +26,8 @@ services:
- "traefik.http.routers.api-https.tls=true"

ui:
build: ui/
#build: ui/
image: ghcr.io/jitsi-contrib/jitok/jitok-ui:latest
labels:
- "traefik.enable=true"
- "traefik.http.routers.ui-http.entrypoints=reverse-proxy-http"
Expand Down

0 comments on commit 96bf711

Please sign in to comment.