Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-02
Deploy Patchmon / deploy (push) Successful in 1m9s

This commit is contained in:
Mike McFetridge
2026-07-20 14:08:57 -04:00
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ services:
networks:
external:
external: true # Tells Compose not to create this network
external: true # Tells Compose not to create this network
+1
View File
@@ -1,3 +1,4 @@
#
services:
db:
image: 'jc21/mariadb-aria:latest'
+1 -1
View File
@@ -18,4 +18,4 @@ services:
retries: 3
timeout: 10s
start_period: 30s
#
+1 -1
View File
@@ -19,4 +19,4 @@ services:
- GUNICORN_WORKER_CLASS=sync # Prevents threading conflicts during background updates
networks:
external:
external: true # Tells Compose not to create this network..
external: true # Tells Compose not to create this network..