Removed secrets.yaml and finalised volumes

This commit is contained in:
Cian Hughes
2024-01-12 17:45:00 +00:00
parent a0f01dde1a
commit d183e43427
4 changed files with 75 additions and 12 deletions
+3
View File
@@ -69,18 +69,21 @@ networks:
volumes:
networks_traefik:
name: stack_networks_traefik
driver: local
driver_opts:
type: nfs
device: ":volume1/traefik"
o: "addr=192.168.1.237,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
networks_letsencrypt:
name: stack_networks_letsencrypt
driver: local
driver_opts:
type: nfs
device: ":volume1/letsencrypt"
o: "addr=192.168.1.237,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
networks_coredns:
name: stack_networks_coredns
driver: local
driver_opts:
type: nfs