Skip to content

Instantly share code, notes, and snippets.

@nikukyugamer
Created March 8, 2019 07:07
Show Gist options
  • Save nikukyugamer/3d4ebff4b1e71377ea839cf6c749c878 to your computer and use it in GitHub Desktop.
Save nikukyugamer/3d4ebff4b1e71377ea839cf6c749c878 to your computer and use it in GitHub Desktop.
Filestash Docker Compose File
# TODO: データの永続化ができていない
version: '2'
services:
app:
container_name: filestash
image: machines/filestash
restart: always
environment:
- APPLICATION_URL=filestash.example.com
# - GDRIVE_CLIENT_ID=<gdrive_client>
# - GDRIVE_CLIENT_SECRET=<gdrive_secret>
# - DROPBOX_CLIENT_ID=<dropbox_key>
ports:
- "12345:8334"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment