This commit is contained in:
2026-05-29 09:58:00 +02:00
parent dcfcff3d58
commit 3f4d2bb1a0
4 changed files with 14 additions and 3 deletions
+8
View File
@@ -14,3 +14,11 @@ docker network create \
--driver overlay \ --driver overlay \
tdarr tdarr
docker network create \
--driver overlay \
dozzle
networks:
dozzle:
driver: overlay
attachable: true
+2 -2
View File
@@ -34,5 +34,5 @@ services:
networks: networks:
dozzle: dozzle:
driver: overlay name: dozzle
attachable: true external: true
+3
View File
@@ -0,0 +1,3 @@
docker network create \
--driver overlay \
dozzle
+1 -1
View File
@@ -21,7 +21,7 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
cpus: '3.5' cpus: '3'
# memory: 1024M # memory: 1024M
placement: placement:
constraints: constraints: