From dd8d7518473ec01cff6e3b730ac6d91e26139873 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 14 Feb 2024 22:34:19 +0000 Subject: [PATCH] Add docker-compose.production.yml --- docker-compose.production.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docker-compose.production.yml 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