feat: First release
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
6eb187af24
commit
cc2db9930b
7 changed files with 125 additions and 1 deletions
13
templates/docker-compose.yml.j2
Normal file
13
templates/docker-compose.yml.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
{{ ansible_managed | comment }}
|
||||
services:
|
||||
server:
|
||||
image: coller:latest
|
||||
build: /opt/coller
|
||||
container_name: collerd
|
||||
restart: always
|
||||
ports:
|
||||
- "{{ coller_port }}:8080"
|
||||
volumes:
|
||||
- "{{ coller_config_dir }}/collerd.json:/etc/collerd.json:ro"
|
||||
command: collerd -config /etc/collerd.json
|
Loading…
Add table
Add a link
Reference in a new issue