Add docker-compose.production.yml

This commit is contained in:
colin 2024-03-18 14:24:26 +00:00
parent 454c42f35e
commit 8f91a051c5
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
version: "3.9"
services:
syncthing:
build:
context: docker/syncthing
dockerfile: Dockerfile.production
image: git.nixc.us/nixius/syncthing:production