Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-01
Deploy Bookstack / deploy (push) Successful in 20s

This commit is contained in:
Mike McFetridge
2026-07-20 13:32:31 -04:00
3 changed files with 3 additions and 3 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