2 Commits

Author SHA1 Message Date
dalbodeule
9e4689c799 [chore](build): update port mappings in Docker Compose configuration
- Adjusted Docker Compose port mappings to directly map host ports to container ports for HTTP, HTTPS, and DTLS.
2025-11-27 19:56:26 +09:00
dalbodeule
1c72626884 [chore](build): add Docker Compose configuration for local development
- Introduced `docker-compose.yml` to simplify local development and service orchestration.
- Defined services for Hop Gate server and Postgres with environment, ports, and volume configurations.
- Added persistent volume settings for Postgres and ACME cache management.
2025-11-27 19:47:22 +09:00