diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index cf2182a..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 - diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..22e306d --- /dev/null +++ b/docker-compose.yml @@ -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 diff --git a/overnode.yml b/overnode.yml new file mode 100644 index 0000000..8f9c2bd --- /dev/null +++ b/overnode.yml @@ -0,0 +1,6 @@ +id: signs + +version: 3 + +signs: + docker-compose.yml: 1, 2, 3