[diun/homepage/syncthing-discosrv] Use pasta networking
This commit is contained in:
parent
5a35231318
commit
441c7f21de
3 changed files with 3 additions and 4 deletions
|
@ -2,6 +2,7 @@ services:
|
|||
diun:
|
||||
container_name: diun
|
||||
image: docker.io/crazymax/diun:4
|
||||
network_mode: pasta
|
||||
restart: always
|
||||
user: ${env['users']['diun']}:${env['users']['diun']}
|
||||
command: serve
|
||||
|
@ -11,9 +12,5 @@ services:
|
|||
- ./images.yml:/etc/diun/images.yml:ro
|
||||
- data:/data
|
||||
|
||||
networks:
|
||||
default:
|
||||
enable_ipv6: true
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
|
|
@ -2,6 +2,7 @@ services:
|
|||
homepage:
|
||||
container_name: homepage
|
||||
image: git.ahur.ac/viyurz/homepage:latest
|
||||
network_mode: pasta
|
||||
restart: always
|
||||
user: ${env['users']['homepage']}:${env['users']['homepage']}
|
||||
ports:
|
||||
|
|
|
@ -18,6 +18,7 @@ services:
|
|||
discosrv:
|
||||
container_name: syncthing-discosrv
|
||||
image: docker.io/syncthing/discosrv:1
|
||||
network_mode: pasta
|
||||
restart: always
|
||||
command:
|
||||
- "-http"
|
||||
|
|
Loading…
Reference in a new issue