Move website to gitlab.com

This means I can shut down my GitLab, without having to rewrite the CI quite yet
This commit is contained in:
Jake Howard 2023-03-30 22:43:14 +01:00
parent f5a066f050
commit 4c443d67d1
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,7 +1,7 @@
version: "2.3"
x-website: &website
image: registry.git.theorangeone.net/repos/website:latest
image: registry.gitlab.com/realorangeone/website:latest
user: "{{ docker_user.id }}"
restart: unless-stopped
init: true