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:
|
||||
memory: 512M
|
||||
networks:
|
||||
- mikrotik
|
||||
- tod
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
limits:
|
||||
memory: 128M
|
||||
networks:
|
||||
- mikrotik
|
||||
- tod
|
||||
|
||||
nats:
|
||||
image: nats:2-alpine
|
||||
@@ -78,7 +78,7 @@ services:
|
||||
limits:
|
||||
memory: 128M
|
||||
networks:
|
||||
- mikrotik
|
||||
- tod
|
||||
|
||||
openbao:
|
||||
image: openbao/openbao:2.1
|
||||
@@ -114,7 +114,7 @@ services:
|
||||
limits:
|
||||
memory: 256M
|
||||
networks:
|
||||
- mikrotik
|
||||
- tod
|
||||
|
||||
wireguard:
|
||||
image: lscr.io/linuxserver/wireguard:latest
|
||||
@@ -144,7 +144,7 @@ services:
|
||||
limits:
|
||||
memory: 128M
|
||||
networks:
|
||||
- mikrotik
|
||||
- tod
|
||||
|
||||
mailpit:
|
||||
image: axllent/mailpit:latest
|
||||
@@ -153,12 +153,12 @@ services:
|
||||
- "8026:8025"
|
||||
- "1026:1025"
|
||||
networks:
|
||||
- mikrotik
|
||||
- tod
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 64M
|
||||
|
||||
networks:
|
||||
mikrotik:
|
||||
tod:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user