diff --git a/filestash/docker-compose.yml b/filestash/docker-compose.yml new file mode 100644 index 0000000..7aaf332 --- /dev/null +++ b/filestash/docker-compose.yml @@ -0,0 +1,10 @@ +version: '2' +services: + app: + container_name: filestash + image: machines/filestash + restart: always + environment: + - APPLICATION_URL=files.jaredtsmith.com + ports: + - "8334:8334"