diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml new file mode 100644 index 0000000..47f6a89 --- /dev/null +++ b/gotify/docker-compose.yml @@ -0,0 +1,12 @@ +version: "2" +services: + gotify: + container_name: gotify + image: gotify/server + ports: + - "8001:80" + volumes: + - ./data:/app/data + environment: + - TZ=Europe/Berlin + restart: unless-stopped \ No newline at end of file diff --git a/grocy/docker-compose.yml b/grocy/docker-compose.yml new file mode 100644 index 0000000..9759eae --- /dev/null +++ b/grocy/docker-compose.yml @@ -0,0 +1,15 @@ +--- +version: "2.1" +services: + grocy: + image: lscr.io/linuxserver/grocy + container_name: grocy + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + volumes: + - ./config:/config + ports: + - 8011:80 + restart: unless-stopped \ No newline at end of file diff --git a/ports.md b/ports.md index 92f0441..17a9779 100644 --- a/ports.md +++ b/ports.md @@ -19,7 +19,9 @@ unifi controller | 3478 whoogle | 5000 bookstack | 6875 portainer | 8000 +gotify | 8001 papermerge | 8010 +grocy | 8011 unifi controller | 8080 openhab | 8081 freescout_app | 8082