From 8f91a051c5ea8b8bf74c8a3c6a62a8e9189433c3 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 18 Mar 2024 14:24:26 +0000 Subject: [PATCH] Add docker-compose.production.yml --- docker-compose.production.yml | 7 +++++++ 1 file changed, 7 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..32f634d --- /dev/null +++ b/docker-compose.production.yml @@ -0,0 +1,7 @@ +version: "3.9" +services: + syncthing: + build: + context: docker/syncthing + dockerfile: Dockerfile.production + image: git.nixc.us/nixius/syncthing:production