Update phpvms role
This commit is contained in:
parent
8d9d084c7d
commit
64e1381513
7 changed files with 119 additions and 13 deletions
|
|
@ -11,6 +11,8 @@ phpvms_app_key: "{{ undef() }}"
|
|||
|
||||
phpvms_domain: "kondor-virtual.de"
|
||||
|
||||
phpvms_assets_url: "{{ undef() }}"
|
||||
|
||||
phpvms_svc:
|
||||
domain: "{{ phpvms_domain }}"
|
||||
port: 80
|
||||
|
|
@ -120,7 +122,7 @@ phpvms_compose_base:
|
|||
start_period: 10s
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./modules:/var/www/html/modules:ro
|
||||
- ./modules:/var/www/html/modules:rw
|
||||
- ./public/:/var/www/html/public:rw
|
||||
- ./storage:/var/www/html/storage:rw
|
||||
networks:
|
||||
|
|
@ -139,7 +141,7 @@ phpvms_compose_base:
|
|||
start_period: 10s
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./modules:/var/www/html/modules:ro
|
||||
- ./modules:/var/www/html/modules:rw
|
||||
- ./public/:/var/www/html/public:rw
|
||||
- ./storage:/var/www/html/storage:rw
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue