diff --git a/docker-compose.production.yml b/docker-compose.production.yml new file mode 100644 index 0000000..77eaf30 --- /dev/null +++ b/docker-compose.production.yml @@ -0,0 +1,6 @@ +version: "3.9" +services: + singlenode-wg: + build: + context: docker/singlenode-wg + image: git.nixc.us/colin/singlenode-wg:production