fix: renombrar a compose.yaml y quitar image para Dockge

This commit is contained in:
JRike24 2026-06-27 21:15:59 -05:00
parent 19aaeb8619
commit 4193336775
2 changed files with 10 additions and 9 deletions

9
compose.yaml Normal file
View file

@ -0,0 +1,9 @@
services:
chat-ui:
build: .
container_name: webchatv2
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ./public/config.js:/usr/share/nginx/html/config.js:ro