feat: cleanup vite configs

This commit is contained in:
Herculino Trotta
2025-11-23 20:15:06 -03:00
parent 307af9e40a
commit eb4723e890
7 changed files with 13 additions and 23 deletions
+2 -6
View File
@@ -1,12 +1,11 @@
services:
web:
image: wygiwhy_prod:latest
image: eitchtee/wygiwyh:latest
container_name: ${SERVER_NAME}
command: /start-single
ports:
- "${OUTBOUND_PORT}:8000"
env_file:
- .prod.env
- .env
depends_on:
- db
restart: unless-stopped
@@ -21,6 +20,3 @@ services:
- POSTGRES_USER=${SQL_USER}
- POSTGRES_PASSWORD=${SQL_PASSWORD}
- POSTGRES_DB=${SQL_DATABASE}
env_file:
- .prod.env