diff options
author | Malfurious <m@lfurio.us> | 2024-08-05 03:46:19 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-08-07 20:56:16 -0400 |
commit | 93e4f015f23d42bccbe306bf02fef17fe47f0f59 (patch) | |
tree | d8d0a47b95f7712cc55a9180eeb9a16ec6f5594e /docker-compose.yml | |
parent | f1969957af9cb23c47a464d7eccff02d766357c7 (diff) | |
download | srcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.tar.gz srcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.zip |
Rename project to srcnode
"Normalmode" is the name of the hosted platform that this software
package was constructed to power. To better distinguish between the two
and to give this project more of a standalone identity, it is rebranded
with a new name.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 4af4c38..68ca9a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,15 +14,15 @@ services: build: context: "cgit" args: - NORMALMODE_VERSION: "normalmode v0.3.0" + SRCNODE_VERSION: "srcnode v0.3.0" restart: "always" volumes: - "data:/repositories:ro" networks: - "nginx-proxy-network" environment: - VIRTUAL_HOST: "normalmode.org" - LETSENCRYPT_HOST: "normalmode.org" + VIRTUAL_HOST: "YOUR-DOMAIN.example" + LETSENCRYPT_HOST: "YOUR-DOMAIN.example" volumes: data: |