Add new-new.data.coop using unipi!
This exposes the contents of the git repository at https://git.data.coop/halfd/new-website using a MirageOS unikernel.
This commit is contained in:
parent
442bb4ad58
commit
a2056e71b0
|
@ -28,6 +28,22 @@
|
||||||
labels:
|
labels:
|
||||||
com.ouroboros.enable: "true"
|
com.ouroboros.enable: "true"
|
||||||
|
|
||||||
|
- name: setup new-new data.coop website using unipi
|
||||||
|
docker_container:
|
||||||
|
name: new-new.data.coop_website
|
||||||
|
image: docker.data.coop/unipi:latest
|
||||||
|
restart_policy: unless-stopped
|
||||||
|
networks:
|
||||||
|
- name: external_services
|
||||||
|
env:
|
||||||
|
VIRTUAL_HOST: "new-new.{{ data_coop_website.domains|join(',') }}"
|
||||||
|
LETSENCRYPT_HOST: "new-new.{{ data_coop_website.domains|join(',') }}"
|
||||||
|
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
||||||
|
command: --remote=https://git.data.coop/halfd/new-website.git
|
||||||
|
labes:
|
||||||
|
com.ouroboros.enable: "true"
|
||||||
|
|
||||||
|
|
||||||
- name: setup cryptohagen.dk website docker container
|
- name: setup cryptohagen.dk website docker container
|
||||||
docker_container:
|
docker_container:
|
||||||
name: cryptohagen_website
|
name: cryptohagen_website
|
||||||
|
|
Loading…
Reference in a new issue