Add docker-compose installation
This commit is contained in:
@@ -2,18 +2,15 @@
|
||||
# static_site_server sets up
|
||||
static_site_server_enabled: true
|
||||
|
||||
static_site_server_identifier: static_site_server
|
||||
static_container_network: "static"
|
||||
|
||||
static_site_user: 'static_site'
|
||||
static_site_group: 'static_site'
|
||||
sws_version: 2
|
||||
|
||||
# The hostname at which static_site_server is served.
|
||||
static_site_server_hostname: ''
|
||||
sws_container_image: "{{ sws_container_image_registry_prefix }}joseluisq/static-web-server:{{ sws_container_image_tag }}"
|
||||
sws_container_image_registry_prefix: docker.io/
|
||||
sws_container_image_tag: "{{ sws_version }}"
|
||||
|
||||
static_site_server_auth_users: []
|
||||
traefik_docker_network: traefik
|
||||
|
||||
# The path at which static_site_server is served.
|
||||
# This value must either be `/` or not end with a slash (e.g. `/static_site_server`).
|
||||
static_site_server_path_prefix: /
|
||||
|
||||
static_site_server_base_path: "/static_sites"
|
||||
|
Reference in New Issue
Block a user