Move signs.k-space.ee from gitlab to overnode

This commit is contained in:
rasmus 2021-10-03 23:29:04 +03:00
parent d660ec5e5e
commit 9cb74fae3c
3 changed files with 14 additions and 13 deletions

View File

@ -1,13 +0,0 @@
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
image: busybox:latest
pages:
script:
- echo "There must be something here for it to deploy without messing with stuff too much."
artifacts:
paths:
- public
only:
- master

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
signs:
image: ghcr.io/jtagcat/docker_httpd_mods:01_utf8
volumes:
- ${OVERNODE_ETC}/public:/usr/local/apache2/htdocs:ro
restart: unless-stopped
# port 80
network_mode: bridge
hostname: signs.weave.local

6
overnode.yml Normal file
View File

@ -0,0 +1,6 @@
id: signs
version: 3
signs:
docker-compose.yml: 1, 2, 3