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: networks:
external: 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: services:
mealie: 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> container_name: mealie # Names the container for easier>
ports: ports:
- "9200:9000" # Maps port 9925 on the host to > - "9200:9000" # Maps port 9925 on the host to >
+1 -1
View File
@@ -8,7 +8,7 @@ services:
image: semaphoreui/semaphore:latest image: semaphoreui/semaphore:latest
container_name: semaphore container_name: semaphore
ports: ports:
- "3020:3020" # Web UI accessed via port 3020 - "3020:3020" # Web UI accessed via port 3020
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
+1 -1
View File
@@ -8,7 +8,7 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /opt/Docker-Deployments/Sencho/data:/app/data - /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 - /opt/Docker-Deployments:/opt/Docker-Deployments
environment: environment:
- COMPOSE_DIR=/opt/Docker-Deployments - COMPOSE_DIR=/opt/Docker-Deployments