Chore: Updated angular and other javascript dependencies
This commit is contained in:
@ -36,6 +36,11 @@
|
||||
src: "files/.env"
|
||||
dest: "/var/lib/{{ host_directory }}/.env"
|
||||
|
||||
- name: Upload the worker .env file
|
||||
template:
|
||||
src: "files/worker.env"
|
||||
dest: "/var/lib/{{ host_directory }}/worker.env"
|
||||
|
||||
- name: Create barker container
|
||||
docker_container:
|
||||
name: "{{ host_directory }}"
|
||||
@ -57,7 +62,7 @@
|
||||
image: barker-worker:latest
|
||||
state: started
|
||||
restart_policy: "unless-stopped"
|
||||
env_file: "/var/lib/{{ host_directory }}/.env"
|
||||
env_file: "/var/lib/{{ host_directory }}/worker.env"
|
||||
links:
|
||||
- "redis:redis"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user