Skip to content
Snippets Groups Projects
Commit 4e1698fa authored by jabertwo's avatar jabertwo
Browse files

changed image location for fridgeserver

parent 50459ed9
No related branches found
No related tags found
No related merge requests found
---
- name: create folder struct for {{ servicename }}
- name: "create folder struct for {{ servicename }}"
ansible.builtin.file:
path: "{{ item }}"
state: "directory"
recurse: yes
owner: 33
group: 33
with_items:
- "{{ basedir }}/config"
- "{{ basedir }}/audio_files/"
- name: copy config files for {{ servicename }}
ansible.builtin.template:
......
......@@ -4,10 +4,13 @@ version: "3.3"
services:
app:
image: jabertwo/fridgeserver:latest
image: gitlab-registry.warpzone.ms/nandxor/fridge-audioserver:latest
restart: always
environment:
PDIG: 1001
PUDI: 1001
volumes:
- "{{ basedir }}/audio_files:/var/lib/mysql/data"
- "{{ basedir }}/audio_files:/var/www/html/audio"
ports:
- "5000:80"
labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment