ok
This commit is contained in:
parent
543e44abc8
commit
a0765efc3c
19
docker/dokploy-compose.yml
Normal file
19
docker/dokploy-compose.yml
Normal file
@ -0,0 +1,19 @@
|
||||
services:
|
||||
http2pic:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: docker/Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 80
|
||||
networks:
|
||||
- dokploy-network
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.http2pic.rule=Host(`http2pic.haschek.at`)"
|
||||
- "traefik.http.routers.http2pic.entrypoints=websecure"
|
||||
- "traefik.http.routers.http2pic.tls.certResolver=letsencrypt"
|
||||
- "traefik.http.services.http2pic.loadbalancer.server.port=80"
|
||||
networks:
|
||||
dokploy-network:
|
||||
external: true
|
Loading…
x
Reference in New Issue
Block a user