generated from lucien/api-template
add: initial commit
This commit is contained in:
parent
7ea5807fad
commit
ce20368129
24 changed files with 1399 additions and 0 deletions
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
services:
|
||||
forum:
|
||||
build:
|
||||
context: .
|
||||
network: host
|
||||
restart: always
|
||||
container_name: bank-app
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.bank.rule=Host(`bank.tanuki91.fr`)"
|
||||
- "traefik.http.routers.bank.entrypoints=websecure"
|
||||
- "traefik.http.routers.bank.tls=true"
|
||||
- "traefik.http.routers.bank.tls.certresolver=myresolver"
|
||||
- "traefik.http.services.bank.loadbalancer.server.port=3000"
|
||||
networks:
|
||||
- traefik
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
Loading…
Add table
Add a link
Reference in a new issue