Commit graph

6 commits

Author SHA1 Message Date
kastov
5117396e20
chore: remove internal port configurations and update to use socket communication 2026-01-29 02:52:58 +03:00
kastov
9ed437a1f7
feat: customize internal ports 2025-12-29 01:02:41 +03:00
vffuunnyy
f0f8340d9e
chore: rename Dockerfile extensions to match standard naming convention 2025-08-18 04:28:30 +07:00
kastov
6be6f231be
refactor: implement graceful shutdown for internal services and remove commented Docker service configuration 2025-08-16 05:18:18 +03:00
kastov
e442222577
chore: update .env.sample, modify docker-compose files, and remove deprecated docker-compose.yml 2025-01-08 18:37:12 +03:00
kastov
1b04e94275 refactor: remove legacy Dockerfile and DevDockerFile; update entrypoint and supervisord configuration
- Deleted the old DevDockerFile and legacy sections from Dockerfile to streamline the build process.
- Updated the entrypoint script to reference the new supervisord configuration path.
- Adjusted supervisord configuration to point to the correct xray config file location.
- Enhanced logging in the Xray service to include error handling and improved process management.
- Added new commands for managing Xray processes using supervisorctl.

Co-authored-by: Ivan <84693047+exact01@users.noreply.github.com>
2024-12-20 00:57:11 +03:00