This website requires JavaScript.
Explore
Help
Register
Sign In
HoHD
/
prompt-generator
Watch
3
Star
0
Fork
0
You've already forked prompt-generator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4449059d7dfaace6f30981eefeb9139ee13f545b
prompt-generator
/
docker-compose.yml
T
8 lines
108 B
YAML
Raw
Normal View
History
Unescape
Escape
feat: initialize project skeleton with Go backend, database, and config
2026-06-26 14:58:15 +08:00
services
:
app
:
build
:
.
ports
:
fix: map container port 8083 to match SERVER_PORT in .env
2026-06-26 15:32:37 +08:00
-
"8083:8083"
feat: initialize project skeleton with Go backend, database, and config
2026-06-26 14:58:15 +08:00
env_file
:
.env
restart
:
unless-stopped
Reference in New Issue
Copy Permalink