Skip to content

Commit

Permalink
update docker dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Feb 28, 2024
1 parent 7614056 commit 976afa2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions services/ansible_openvpn/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
network_mode: "service:openvpn"
volumes:
- semaphore-data:/home/semaphore/data/:z
- dashboard_website:/home/semaphore/dashboard_website:rw
- dashboard_website:/home/semaphore/dashboard_website/:rw
depends_on:
- mysql # for postgres, change to: postgres
- openvpn
Expand Down Expand Up @@ -183,7 +183,7 @@ services:
environment:
WATCHFILES_FORCE_POLLING: true
volumes:
- dashboard_website:/home/dashboard:ro
- dashboard_website:/home/dashboard/app:ro
autoconfig:
build:
context: autoconfig
Expand Down
2 changes: 1 addition & 1 deletion services/ansible_openvpn/docker/semaphore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ USER root
RUN <<EOF
apk add rsync py3-pip
mkdir /home/semaphore/data
mkdir /home/semaphore/authorized_keys
chown -R semaphore:root /home/semaphore/
chown -R semaphore:root /home/semaphore/dashboard_website
EOF

USER 1001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Create configuration file for website
copy:
content: "{\"id\":\"{{ api_key_id }}\",\"name\":\"python\",\"api_key\":\"{{ api_key }}\",\"es_url\":\"https://es01:9200\",\"verify_certs\":false}"
dest: '{{ destination }}app/config.json'
dest: '{{ destination }}config.json'
- name: Website synchronization
ansible.posix.synchronize:
mode: 'pull'
Expand Down
Binary file added third_parties/yamnet/train_low_reco.ogg
Binary file not shown.

0 comments on commit 976afa2

Please sign in to comment.