Initial commit - running in parallel with /var/azuracast/docker-compose.yml and its script

This commit is contained in:
bigboxuser
2026-01-10 18:00:32 +02:00
parent 2493967475
commit b3babb7ebb
7 changed files with 11 additions and 127 deletions

View File

@@ -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