reynir
99f9615ef2
Gitea is notoriously strict with its http smart git implementation. This required a few fixes in upstream ocaml-git. They are now released, and we don't have to use github or ssh-keys. Co-authored-by: Reynir Björnsson <reynir@reynir.dk> Reviewed-on: #139 Co-authored-by: reynir <data.coop@reynir.dk> Co-committed-by: reynir <data.coop@reynir.dk>
22 lines
709 B
YAML
22 lines
709 B
YAML
---
|
|
- name: setup 2022.slides.data.coop website using unipi
|
|
docker_container:
|
|
name: 2022.slides.data.coop_website
|
|
image: docker.data.coop/unipi:{{ services.slides_2022_website.version }}
|
|
restart_policy: unless-stopped
|
|
purge_networks: yes
|
|
networks:
|
|
- name: external_services
|
|
env:
|
|
VIRTUAL_HOST: "{{ services.slides_2022_website.domain }}"
|
|
LETSENCRYPT_HOST: "{{ services.slides_2022_website.domain }}"
|
|
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
|
command: "--remote=https://git.data.coop/data.coop/slides.git#slides2022"
|
|
capabilities:
|
|
- NET_ADMIN
|
|
devices:
|
|
- "/dev/net/tun"
|
|
labels:
|
|
com.centurylinklabs.watchtower.enable: "true"
|
|
|