autoconfig web
This commit is contained in:
parent
6d5a4e8f0e
commit
b15ce5450c
4
dockers/web/autoconfig.yml.dist
Normal file
4
dockers/web/autoconfig.yml.dist
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
services:
|
||||||
|
autoconfig:
|
||||||
|
labels:
|
||||||
|
- "traefik.http.routers.norig.rule=Host(`autoconfig.kaz.bzh`)"
|
10
dockers/web/build.sh
Executable file
10
dockers/web/build.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
KAZ_ROOT=$(cd $(dirname $0)/../..; pwd)
|
||||||
|
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
|
||||||
|
setKazVars
|
||||||
|
|
||||||
|
cd $(dirname $0)
|
||||||
|
. "${DOCKERS_ENV}"
|
||||||
|
|
||||||
|
cp autoconfig.yml.dist autoconfig.yml
|
@ -6,6 +6,9 @@ services:
|
|||||||
restart: ${restartPolicy}
|
restart: ${restartPolicy}
|
||||||
# ports:
|
# ports:
|
||||||
# - 8080:80
|
# - 8080:80
|
||||||
|
extends:
|
||||||
|
file: autoconfig.yml
|
||||||
|
service: autoconfig
|
||||||
networks:
|
networks:
|
||||||
- webNet
|
- webNet
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user