Adding several services, removing portainer

This commit is contained in:
2025-07-06 16:17:27 +00:00
parent 36ca607c74
commit cd92f9be2e
7 changed files with 150 additions and 27 deletions

21
excalidraw/compose.yml Normal file
View File

@@ -0,0 +1,21 @@
services:
excalidraw:
container_name: excalidraw
image: excalidraw/excalidraw:latest
environment:
- PUID=1029
- PGID=1000
ports:
- "3030:80"
restart: on-failure
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.excalidraw.rule=Host(`excalidraw.nearfuture`)"
- "traefik.http.routers.excalidraw.entrypoints=web"
networks:
proxy:
external: true