You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to deploy aiostreams on dokploy, but I cannot access the home page. I think I have entered all my .env variables correctly (I don't get any errors during deployment). I only changed the base port in docker compose (3000 base -> 4000).
my compose file: services: aiostreams: image: ghcr.io/viren070/aiostreams:latest container_name: aiostreams restart: unless-stopped ports: - 4000 env_file: - .env volumes: - ./data:/app/data
In the logs, the last two messages are :
🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ╔═══════════════════════════════════════════════════════════════╗ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ║ 🎬 AIOStreams Ready! ║ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ║ All systems initialized successfully ║ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ╚═══════════════════════════════════════════════════════════════╝ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | 🔵 | INFO | 2025-09-26 01:22:05.492 CEST | ⚡ CORE | Initialised with 0 regex patterns. 🔵 | INFO | 2025-09-26 01:22:05.493 CEST | 🌐 SERVER | Server running on port 4000: {"address":"::","family":"IPv6","port":4000}
and as for the domains section in dokploy
and when I go to the URL specified in my .env and in the domain section of dokploy, I get a 404 error.
Is there a solution? Thank you in advance 🙏 .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to deploy aiostreams on dokploy, but I cannot access the home page. I think I have entered all my .env variables correctly (I don't get any errors during deployment). I only changed the base port in docker compose (3000 base -> 4000).
my compose file:
services: aiostreams: image: ghcr.io/viren070/aiostreams:latest container_name: aiostreams restart: unless-stopped ports: - 4000 env_file: - .env volumes: - ./data:/app/dataIn the logs, the last two messages are :
🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ╔═══════════════════════════════════════════════════════════════╗ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ║ 🎬 AIOStreams Ready! ║ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ║ All systems initialized successfully ║ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | ╚═══════════════════════════════════════════════════════════════╝ 🔵 | INFO | 2025-09-26 01:22:05.489 CEST | 🚀 STARTUP | 🔵 | INFO | 2025-09-26 01:22:05.492 CEST | ⚡ CORE | Initialised with 0 regex patterns. 🔵 | INFO | 2025-09-26 01:22:05.493 CEST | 🌐 SERVER | Server running on port 4000: {"address":"::","family":"IPv6","port":4000}and as for the domains section in dokploy
and when I go to the URL specified in my .env and in the domain section of dokploy, I get a 404 error.
Is there a solution? Thank you in advance 🙏 .
Beta Was this translation helpful? Give feedback.
All reactions