And biatlon registration app

This commit is contained in:
Paul-Henri Froidmont 2019-07-26 21:12:02 +02:00
parent 81d683b565
commit 55beb3ecb2

View file

@ -6,6 +6,22 @@ networks:
name: web name: web
services: 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: db:
image: mariadb:10.3.8 image: mariadb:10.3.8
volumes: volumes: