Skip to content

Instantly share code, notes, and snippets.

@ABeltramo
Created February 26, 2021 11:13
Show Gist options
  • Save ABeltramo/9bdaf9a08c1d585e67d927d8202baf08 to your computer and use it in GitHub Desktop.
Save ABeltramo/9bdaf9a08c1d585e67d927d8202baf08 to your computer and use it in GitHub Desktop.
Cloudtube + Second docker-compose
version: "3.9"
services:
second:
image: abeltramo/cloudtube-second:latest
cloudtube:
image: abeltramo/cloudtube:latest
ports:
- 10412:10412
links:
- second
volumes:
- db:/workdir/db
volumes:
db: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment