universalize
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 17m49s

This commit is contained in:
2025-12-09 20:01:41 -03:00
parent 810737fe54
commit d9625b2244
5 changed files with 430 additions and 320 deletions

View File

@@ -2,12 +2,12 @@ name: bundledcmdb
services:
ddnsonroute53:
image: ghcr.io/ivancarlosti/bundledcmdb:latest
image: git.icc.gg/ivancarlos/bundledcmdb:latest
env_file: .env
container_name: bundledcmdb
restart: unless-stopped
ports:
- "5600:80" # expose port 5600 to host
- "5600:80"
environment:
- DB_SERVER=${DB_SERVER}
- DB_NAME=${DB_NAME}