1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
Files
mxpv-podsync/src/Podsync/Deploy.txt
Maksym Pavlenko 588d2efd54 Prepare for production
- Add caddy server
- Add Docker
- Minor fixes in status endpoint
2016-12-23 21:31:44 -08:00

14 lines
421 B
Plaintext

$> ./Up.ps1
$> docker-machine create --driver digitalocean
--digitalocean-accescean-image=ubuntu-16-04-x64
--digitalocean-region=ams2
--digitalocean-backups=true
--digitalocean-size=512mb
podsync
$> docker-machine env podsync
$> $env:COMPOSE_CONVERT_WINDOWS_PATHS=0
$> docker-compose up -d