Prettier
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
soraefir
2023-07-19 12:29:44 +02:00
parent 9505bae33d
commit 0e27042c8c
10 changed files with 1855 additions and 1026 deletions

View File

@ -1,26 +1,25 @@
version: "3.7"
networks:
external:
external: true
external:
external: true
volumes:
otm_db:
otm_db:
services:
otm:
build: ./
container_name: otm
networks:
- external
volumes:
- otm_db:/usr/src/app/db
labels:
- "traefik.enable=true"
- "traefik.http.routers.otm.entrypoints=web-secure"
- "traefik.http.routers.otm.rule=Host(`otm.helcel.net`)"
- "traefik.http.routers.otm.tls=true"
- "traefik.http.services.otm.loadbalancer.server.port=8080"
- "traefik.http.routers.otm.middlewares=cors@file"
- "traefik.docker.network=external"
restart: always
otm:
build: ./
container_name: otm
networks:
- external
volumes:
- otm_db:/usr/src/app/db
labels:
- "traefik.enable=true"
- "traefik.http.routers.otm.entrypoints=web-secure"
- "traefik.http.routers.otm.rule=Host(`otm.helcel.net`)"
- "traefik.http.routers.otm.tls=true"
- "traefik.http.services.otm.loadbalancer.server.port=8080"
- "traefik.http.routers.otm.middlewares=cors@file"
- "traefik.docker.network=external"
restart: always