Testing
This commit is contained in:
@@ -39,10 +39,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8000:80"
|
- "8000:80"
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- ${VOLUME_WEB}:/etc/nginx/nginx.conf:nocopy
|
||||||
source: ${VOLUME_WEB}
|
|
||||||
target: /etc/nginx/nginx.conf
|
|
||||||
read_only: true
|
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- app
|
- app
|
||||||
environment:
|
environment:
|
||||||
@@ -66,7 +63,4 @@ environment:
|
|||||||
- MYSQL_ROOT_PASSWORD='pwd'
|
- MYSQL_ROOT_PASSWORD='pwd'
|
||||||
networks:
|
networks:
|
||||||
ninja-net:
|
ninja-net:
|
||||||
volumes:
|
|
||||||
${VOLUME_WEB}:
|
|
||||||
nocopy: true
|
|
||||||
volumes_driver: rancher-nfs
|
volumes_driver: rancher-nfs
|
||||||
Reference in New Issue
Block a user