Compare commits

..

3 Commits

Author SHA1 Message Date
Trez.One 8009482432 Removing Dockge in favor of Yacht.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Test (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Deploy via Docker Compose (push) Has been cancelled
2025-01-16 12:22:16 -05:00
Trez.One 7645536481 Re-adding .gitignore until Ansible setup is completed. 2025-01-16 12:08:24 -05:00
gitea-sonarqube-bot b90189ceda Auto Merge of PR #4 - gg-secret-fixes
Merged by Trez.One
2025-01-16 11:55:28 -05:00
2 changed files with 27 additions and 28 deletions
+1
View File
@@ -0,0 +1 @@
ansible/**
+26 -28
View File
@@ -947,34 +947,6 @@ services:
source: /var/run/docker.sock
target: /var/run/docker.sock
type: bind
dockge:
container_name: dockge
depends_on:
docker-socket-proxy:
condition: service_started
required: true
environment:
DOCKGE_STACKS_DIR: /opt/stacks
DOCKER_HOST: tcp://dockerproxy:2375
image: louislam/dockge:latest
labels:
homepage.group: System Administration
homepage.name: Dockge
homepage.href: https://dockge.${MY_TLD}
homepage.icon: dockge.svg
homepage.description: Docker Stack/Container Management
swag: enable
swag_port: 5001
swag_proto: http
swag_url: dockge.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://deluge.${MY_TLD}
ports:
- 5002:5001
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/dockge:/app/data
- .:/opt/stacks
docuseal:
container_name: docuseal
image: docuseal/docuseal:latest
@@ -6549,6 +6521,32 @@ services:
published: "8900"
target: 8080
restart: unless-stopped
yacht:
container_name: yacht
depends_on:
docker-socket-proxy:
condition: service_started
required: true
environment:
DOCKER_HOST: tcp://dockerproxy:2375
image: selfhostedpro/yacht
labels:
homepage.group: System Administration
homepage.name: Yacht
homepage.href: https://yacht.${MY_TLD}
homepage.icon: yacht.svg
homepage.description: TV show discovery based on library/tastes
swag: enable
swag_proto: http
swag_port: 8000
swag_url: yacht.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://yacht.${MY_TLD}
ports:
- 19733:8000
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/yacht:/config
your_spotify:
container_name: your_spotify
environment: