mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-25 04:35:24 +00:00
Revert "Remove compose config out of repo"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 4d17a77364
.
This commit is contained in:
parent
50dd29a3da
commit
29bbf1fe56
22
compose.yml
Normal file
22
compose.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "decentral1se/biobulkbende.org:latest"
|
||||
networks:
|
||||
- proxy
|
||||
deploy:
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
order: start-first
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.biobulkbende-org.loadbalancer.server.port=5000"
|
||||
- "traefik.http.routers.biobulkbende-org.rule=Host(`biobulkbende.org`)"
|
||||
- "traefik.http.routers.biobulkbende-org.entrypoints=web-secure"
|
||||
- "traefik.http.routers.biobulkbende-org.tls.certresolver=production"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user