mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
Update docker-compose for test deployment
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
parent
6865996190
commit
ec9c55daf3
1 changed files with 7 additions and 1 deletions
|
|
@ -8,10 +8,16 @@ services:
|
|||
expose:
|
||||
- "8080"
|
||||
environment:
|
||||
- VIRTUAL_HOST=pkg.solstice-ci.org
|
||||
- VIRTUAL_HOST=pkg.svc.solstice-ci.org
|
||||
- VIRTUAL_PORT=8080
|
||||
networks:
|
||||
- solstice-ci_core
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.api.rule=Host(`pkg.svc.solstice-ci.org`)
|
||||
- traefik.http.routers.api.entrypoints=websecure
|
||||
- traefik.http.routers.api.tls.certresolver=le
|
||||
- traefik.http.services.api.loadbalancer.server.port=8080
|
||||
|
||||
networks:
|
||||
solstice-ci_core:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue