Initial commit - running in parallel with /var/azuracast/docker-compose.yml and its script
This commit is contained in:
@@ -1,33 +1,5 @@
|
||||
version: "3"
|
||||
services:
|
||||
postgres_triple:
|
||||
container_name: postgres_triple
|
||||
image: postgres:9.5
|
||||
volumes:
|
||||
- pgdata_triple:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres:9.5
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
collectiwise:
|
||||
container_name: collectiwise
|
||||
build: .
|
||||
image: collectiwise/main
|
||||
ports:
|
||||
- "8090:80"
|
||||
environment:
|
||||
- DB_HOST=postgres
|
||||
- COLLECTIWISE_BRANCH=${BRANCH}
|
||||
volumes:
|
||||
pgdata:
|
||||
pgdata_triple:version: "3"
|
||||
services:
|
||||
|
||||
invidious:
|
||||
image: quay.io/invidious/invidious:latest
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user