From 8fa11d79d310eda7c705b6f25dc4f861ac86f99d Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 13 Dec 2023 20:29:17 +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..6e0da79 --- /dev/null +++ b/ docker-compose.production.yml @@ -0,0 +1,6 @@ +version: "3.9" +services: + well-known: + build: + context: docker/vault + image: git.nixc.us/colin/vault:production \ No newline at end of file