Removed deployment from compose.yaml
This commit is contained in:
parent
53b486514f
commit
0e44bffc92
1 changed files with 0 additions and 11 deletions
11
compose.yaml
11
compose.yaml
|
|
@ -4,19 +4,8 @@ services:
|
||||||
uni-notes:
|
uni-notes:
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.uni-notes.rule=Host(`uni-notes.simon-einzinger.de`)"
|
|
||||||
- "traefik.http.routers.uni-notes.entrypoints=websecure"
|
|
||||||
- "traefik.http.routers.uni-notes.tls.certresolver=resolver"
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:7400:80"
|
- "127.0.0.1:7400:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
|
||||||
proxy:
|
|
||||||
external: true
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue