update
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
---
|
||||
# Ensure app directory exists
|
||||
- name: Create app directory
|
||||
|
||||
- name: Ensure app directory exists
|
||||
file:
|
||||
path: "{{ app_dir }}"
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
|
||||
# Login to private registry
|
||||
- name: Login to private registry
|
||||
@@ -28,3 +31,6 @@
|
||||
ports:
|
||||
- "8080:80" # host port → container port
|
||||
pull: yes
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user