mirror of
https://github.com/marcogll/soul23_placeholder_site_server.git
synced 2026-01-13 13:25:18 +00:00
fix: Correct Telegram redirection URL to ensure proper navigation to the official download page
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
soul23_cloud_site:
|
||||
image: marcogll/soul23_cloud_site:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
# Cambia el puerto de la izquierda si quieres exponerlo en otro puerto externo (por ej. "80:3001")
|
||||
- "3001:3001"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
# Si en el futuro necesitas variables como API keys, añádelas aquí:
|
||||
# - API_KEY=xxxx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user