fix: rename network from 'mikrotik' to 'tod' to match overlay compose files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 512M
|
memory: 512M
|
||||||
networks:
|
networks:
|
||||||
- mikrotik
|
- tod
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
@@ -56,7 +56,7 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
networks:
|
networks:
|
||||||
- mikrotik
|
- tod
|
||||||
|
|
||||||
nats:
|
nats:
|
||||||
image: nats:2-alpine
|
image: nats:2-alpine
|
||||||
@@ -78,7 +78,7 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
networks:
|
networks:
|
||||||
- mikrotik
|
- tod
|
||||||
|
|
||||||
openbao:
|
openbao:
|
||||||
image: openbao/openbao:2.1
|
image: openbao/openbao:2.1
|
||||||
@@ -114,7 +114,7 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 256M
|
memory: 256M
|
||||||
networks:
|
networks:
|
||||||
- mikrotik
|
- tod
|
||||||
|
|
||||||
wireguard:
|
wireguard:
|
||||||
image: lscr.io/linuxserver/wireguard:latest
|
image: lscr.io/linuxserver/wireguard:latest
|
||||||
@@ -144,7 +144,7 @@ services:
|
|||||||
limits:
|
limits:
|
||||||
memory: 128M
|
memory: 128M
|
||||||
networks:
|
networks:
|
||||||
- mikrotik
|
- tod
|
||||||
|
|
||||||
mailpit:
|
mailpit:
|
||||||
image: axllent/mailpit:latest
|
image: axllent/mailpit:latest
|
||||||
@@ -153,12 +153,12 @@ services:
|
|||||||
- "8026:8025"
|
- "8026:8025"
|
||||||
- "1026:1025"
|
- "1026:1025"
|
||||||
networks:
|
networks:
|
||||||
- mikrotik
|
- tod
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 64M
|
memory: 64M
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mikrotik:
|
tod:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user