added mailserver nerdctl network
This commit is contained in:
parent
ec1020a031
commit
1a597dc57e
@ -2,6 +2,8 @@ services:
|
|||||||
pingvin-share:
|
pingvin-share:
|
||||||
image: stonith404/pingvin-share:latest
|
image: stonith404/pingvin-share:latest
|
||||||
container_name: dropnetignet_pingvin-share
|
container_name: dropnetignet_pingvin-share
|
||||||
|
networks:
|
||||||
|
- mailserver
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/data:/opt/app/backend/data
|
- ./volumes/data:/opt/app/backend/data
|
||||||
- ./volumes/data/images:/opt/app/frontend/public/img
|
- ./volumes/data/images:/opt/app/frontend/public/img
|
||||||
@ -10,3 +12,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:9006:3000"
|
- "127.0.0.1:9006:3000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
mailserver:
|
||||||
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user