Created
February 26, 2021 11:13
-
-
Save ABeltramo/9bdaf9a08c1d585e67d927d8202baf08 to your computer and use it in GitHub Desktop.
Cloudtube + Second docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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