Move signs.k-space.ee from gitlab to overnode
This commit is contained in:
parent
d660ec5e5e
commit
9cb74fae3c
@ -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
8
docker-compose.yml
Normal 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
6
overnode.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
id: signs
|
||||||
|
|
||||||
|
version: 3
|
||||||
|
|
||||||
|
signs:
|
||||||
|
docker-compose.yml: 1, 2, 3
|
Loading…
Reference in New Issue
Block a user