Adding several services, removing portainer
This commit is contained in:
21
excalidraw/compose.yml
Normal file
21
excalidraw/compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user