mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
And biatlon registration app
This commit is contained in:
parent
81d683b565
commit
55beb3ecb2
1 changed files with 16 additions and 0 deletions
|
|
@ -6,6 +6,22 @@ networks:
|
|||
name: web
|
||||
|
||||
services:
|
||||
biathlon:
|
||||
build: ./biathlon
|
||||
volumes:
|
||||
- ./storage:/root/storage
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
labels:
|
||||
- "traefik.backend=biathlon"
|
||||
- "traefik.docker.network=web"
|
||||
- "traefik.frontend.rule=Host:biathlon.societe-de-tir-bertrix.com"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.port=8080"
|
||||
- "traefik.default.protocol=http"
|
||||
networks:
|
||||
- web
|
||||
- default
|
||||
restart: always
|
||||
db:
|
||||
image: mariadb:10.3.8
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue