Experimenting with change in infrastructure

This commit is contained in:
WilliamMiceli
2018-12-31 11:01:36 -05:00
parent 5ac76de433
commit af8d09650b

View File

@@ -40,7 +40,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattle/${DATA_DIR}/Application:/var/www/html
- /FreeNAS/${DATA_DIR}/Application:/var/www/html
mysql:
image: mysql:5
dns:
@@ -64,7 +64,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
- /FreeNAS/${DATA_DIR}/Database:/var/lib/mysql
networks:
db-admin: