Add docker-compose.production.yml
This commit is contained in:
parent
454c42f35e
commit
8f91a051c5
|
@ -0,0 +1,7 @@
|
||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
syncthing:
|
||||||
|
build:
|
||||||
|
context: docker/syncthing
|
||||||
|
dockerfile: Dockerfile.production
|
||||||
|
image: git.nixc.us/nixius/syncthing:production
|
Loading…
Reference in New Issue