Changed hostnames to IPs

This commit is contained in:
Cian Hughes
2023-12-05 17:44:28 +00:00
parent 1513745914
commit 7fcc518083
3 changed files with 5 additions and 4 deletions

1
.env Normal file
View File

@@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=i-form_research_server_core

View File

@@ -35,4 +35,4 @@ volumes:
driver_opts:
type: nfs
device: ":volume1/portainer_data"
o: "addr=I-Form_Data,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
o: "addr=192.168.1.237,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"

View File

@@ -41,16 +41,16 @@ volumes:
driver_opts:
type: nfs
device: ":volume1/web"
o: "addr=I-Form_Data,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
o: "addr=192.168.1.237,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
grafana:
driver: local
driver_opts:
type: nfs
device: ":volume1/grafana"
o: "addr=I-Form_Data,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
o: "addr=192.168.1.237,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
dataverse:
driver: local
driver_opts:
type: nfs
device: ":volume1/dataverse"
o: "addr=I-Form_Data,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"
o: "addr=192.168.1.237,rw,noatime,rsize=8192,wsize=8192,tcp,timeo=14,nfsvers=4"