[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:
|
diun:
|
||||||
container_name: diun
|
container_name: diun
|
||||||
image: docker.io/crazymax/diun:4
|
image: docker.io/crazymax/diun:4
|
||||||
|
network_mode: pasta
|
||||||
restart: always
|
restart: always
|
||||||
user: ${env['users']['diun']}:${env['users']['diun']}
|
user: ${env['users']['diun']}:${env['users']['diun']}
|
||||||
command: serve
|
command: serve
|
||||||
|
@ -11,9 +12,5 @@ services:
|
||||||
- ./images.yml:/etc/diun/images.yml:ro
|
- ./images.yml:/etc/diun/images.yml:ro
|
||||||
- data:/data
|
- data:/data
|
||||||
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
enable_ipv6: true
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -2,6 +2,7 @@ services:
|
||||||
homepage:
|
homepage:
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
image: git.ahur.ac/viyurz/homepage:latest
|
image: git.ahur.ac/viyurz/homepage:latest
|
||||||
|
network_mode: pasta
|
||||||
restart: always
|
restart: always
|
||||||
user: ${env['users']['homepage']}:${env['users']['homepage']}
|
user: ${env['users']['homepage']}:${env['users']['homepage']}
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -18,6 +18,7 @@ services:
|
||||||
discosrv:
|
discosrv:
|
||||||
container_name: syncthing-discosrv
|
container_name: syncthing-discosrv
|
||||||
image: docker.io/syncthing/discosrv:1
|
image: docker.io/syncthing/discosrv:1
|
||||||
|
network_mode: pasta
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
- "-http"
|
- "-http"
|
||||||
|
|
Loading…
Reference in a new issue