changes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 22s

This commit is contained in:
geezo 2025-05-07 01:04:01 +00:00
parent 698e14b708
commit beb91e6000
7 changed files with 50 additions and 16 deletions

View File

@ -17,7 +17,6 @@ services:
- "./data:/data"
- "/home/geezo/nfs_shares/media/music:/music:ro"
networks:
- tunnel
- default
labels:
glance.name: Navidrome
@ -31,6 +30,4 @@ volumes:
networks:
tunnel:
external: true
default:

View File

@ -21,10 +21,7 @@ services:
glance.description: Habit Tacker
glance.hide: false
networks:
- tunnel
- default
networks:
tunnel:
external: true
default:

1
glance/test.txt Normal file
View File

@ -0,0 +1 @@
sdvsdvc

View File

@ -15,8 +15,7 @@ services:
BROWSER_WEB_URL: http://chrome:9222
OPENAI_API_KEY: "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"
DATA_DIR: /data
networks:
- tunnel
networks:s
- default
labels:
glance.name: Hoarder
@ -52,6 +51,4 @@ volumes:
networks:
tunnel:
external: true
default:

View File

@ -15,7 +15,7 @@ services:
- nextcloud_default
- yams_default
- immich_default
- perplexica_perplexica-network
# - perplexica_perplexica-network
- vaultwarden_default
extra_hosts:
- "pangolin.geezo.site:44.210.184.15"
@ -38,5 +38,5 @@ networks:
external: true
vaultwarden_default:
external: true
perplexica_perplexica-network:
external: true
# perplexica_perplexica-network:
# external: true

View File

@ -0,0 +1,45 @@
version: "3.8"
services:
mysql:
image: mysql:8.2
container_name: operational-mysql
restart: always
environment:
MYSQL_ROOT_PASSWORD: operational_root_password
MYSQL_DATABASE: operational
MYSQL_USER: operational_user
MYSQL_PASSWORD: operational_password
ports:
- "3307:3306" # host:container
volumes:
- mysql-data:/var/lib/mysql
operational:
image: ghcr.io/operational-co/operational.co:0.1.7
container_name: operational-app
depends_on:
- mysql
restart: always
ports:
- "1025:80" # For frontend (nginx serving the Vue SPA)
- "1027:4337" # For backend API
environment:
DATABASE_URL: mysql://operational_user:operational_password@operational-mysql:3306/operational
APP_URL: http://localhost:3000
VAPID_EMAIL: ""
VAPID_PUBLIC_KEY: ""
VAPID_PRIVATE_KEY: ""
PORT: ""
SECRET: ""
REMOVE_TEST_EVENTS_AT: ""
CORS: "*"
RESEND: ""
ADMIN_EMAIL: admin@email.com
SMTP_HOST: ""
SMTP_PORT: ""
SMTP_USERNAME: ""
SMTP_PASSWORD: ""
volumes:
mysql-data:

View File

@ -10,7 +10,6 @@ services:
ports:
- 1008:80
networks:
- tunnel
- default
@ -19,6 +18,4 @@ volumes:
networks:
tunnel:
external: true
default: