webserver env
This commit is contained in:
parent
55648892eb
commit
4850b8e662
@ -7,6 +7,8 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- 9000:9000
|
||||
env_file:
|
||||
- .webserver.env
|
||||
environment:
|
||||
VIRTUAL_PROTO: "fastcgi"
|
||||
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user