Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-02
Deploy Patchmon / deploy (push) Successful in 1m9s
Deploy Patchmon / deploy (push) Successful in 1m9s
This commit is contained in:
@@ -27,4 +27,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,3 +1,4 @@
|
|||||||
|
#
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: 'jc21/mariadb-aria:latest'
|
image: 'jc21/mariadb-aria:latest'
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ services:
|
|||||||
retries: 3
|
retries: 3
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
#
|
||||||
@@ -19,4 +19,4 @@ services:
|
|||||||
- GUNICORN_WORKER_CLASS=sync # Prevents threading conflicts during background updates
|
- GUNICORN_WORKER_CLASS=sync # Prevents threading conflicts during background updates
|
||||||
networks:
|
networks:
|
||||||
external:
|
external:
|
||||||
external: true # Tells Compose not to create this network..
|
external: true # Tells Compose not to create this network..
|
||||||
Reference in New Issue
Block a user