Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-01

This commit is contained in:
Mike McFetridge
2026-07-20 11:09:01 -04:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ services:
networks:
external:
external: true # Tells Compose not to create this network.
external: true # Tells Compose not to create this network.
+1 -1
View File
@@ -1,6 +1,6 @@
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:latest # Specifies the Mealie Docker i>
image: ghcr.io/mealie-recipes/mealie:latest # Specifies the Mealie Docker i>
container_name: mealie # Names the container for easier>
ports:
- "9200:9000" # Maps port 9925 on the host to >
+1 -1
View File
@@ -8,7 +8,7 @@ services:
image: semaphoreui/semaphore:latest
container_name: semaphore
ports:
- "3020:3020" # Web UI accessed via port 3020
- "3020:3020" # Web UI accessed via port 3020
environment:
- PUID=1000
- PGID=1000
+1 -1
View File
@@ -8,7 +8,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/Docker-Deployments/Sencho/data:/app/data
# Change this line so the container path matches the host path:
# Change this line so the container path matches the host path:
- /opt/Docker-Deployments:/opt/Docker-Deployments
environment:
- COMPOSE_DIR=/opt/Docker-Deployments