From 9cb74fae3c23aa1833afc54ca95882b5b4d752d0 Mon Sep 17 00:00:00 2001 From: rasmus Date: Sun, 3 Oct 2021 23:29:04 +0300 Subject: [PATCH] Move signs.k-space.ee from gitlab to overnode --- .gitlab-ci.yml | 13 ------------- docker-compose.yml | 8 ++++++++ overnode.yml | 6 ++++++ 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .gitlab-ci.yml create mode 100644 docker-compose.yml create mode 100644 overnode.yml 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