Add docker-compose file

This commit is contained in:
Maksym Pavlenko
2019-11-13 19:36:11 -08:00
parent a89f763629
commit 0767f97a71
+13
View File
@@ -0,0 +1,13 @@
version: '2.2'
services:
podsync:
container_name: podsync
image: mxpv/podsync
restart: always
ports:
- 80:80
command: --config /app/config.toml
volumes:
- ./data:/app/data/
- ./config.toml:/app/config.toml