wip: docker deployments stub

This commit is contained in:
2023-01-04 03:44:11 +01:00
parent 15a1bcbe9f
commit fe5391a5c2
6 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
- name: Create opt-dir
file:
name: /opt/
state: directory
- name: Copy compose templates
template:
src: {{ item }}
dest: /opt/
with_items:
- athq-landing.yaml
- grafana.yaml
- potaris-en.yaml
- potaris.yaml
- sector32.yaml
- name: Copy compose templates
compose:
TODO
with_items:
- athq-landing.yaml
- grafana.yaml
- potaris-en.yaml
- potaris.yaml
- sector32.yaml

View File

@@ -0,0 +1,4 @@
athqlanding:
ports:
- 5002:5000
image: registry.atlantishq.de/athq/landing-page

View File

@@ -0,0 +1,8 @@
grafana:
ports:
- 3000:3000
image: grafana/grafana-oss
volumes:
- "/var/lib/grafana:/var/grafana"
environment:
GF_INSTALL_PLUGINS : "grafana-clock-panel,grafana-simple-json-datasource"

View File

@@ -0,0 +1,4 @@
potaris:
ports:
- 5003:5000
image: registry.atlantishq.de/athq/potaris-en

View File

@@ -0,0 +1,4 @@
potaris:
ports:
- 5003:5000
image: registry.atlantishq.de/athq/potaris

View File

@@ -0,0 +1,4 @@
sector32:
ports:
- 5001:5000
image: registry.atlantishq.de/athq/sector32