Update phpvms role

This commit is contained in:
Tobias Reisinger 2026-05-04 18:32:02 +02:00
parent 8d9d084c7d
commit 64e1381513
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 119 additions and 13 deletions

View file

@ -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: