Networks: create internal docker network for proxy server
Prepare to use caddy in docker
This commit is contained in:
files
gitea
gramps
homepage
keycloak
outline
roles/owner/tasks
vars
@@ -24,13 +24,6 @@
|
||||
- "docker"
|
||||
owner_ssh_keys:
|
||||
- "{{ lookup('file', 'files/av_id_rsa.pub') }}"
|
||||
owner_env:
|
||||
PROJECT_NAME: "{{ app_name }}"
|
||||
DOCKER_PREFIX: "{{ app_name }}"
|
||||
IMAGE_PREFIX: "{{ app_name }}"
|
||||
CONTAINER_PREFIX: "{{ app_name }}"
|
||||
USER_UID: "{{ user_create_result.uid }}"
|
||||
USER_GID: "{{ user_create_result.group }}"
|
||||
|
||||
- name: "Create application internal directories"
|
||||
ansible.builtin.file:
|
||||
|
Reference in New Issue
Block a user