feat(docker): implement step 13 all-in-one runtime defaults and port 80

This commit is contained in:
2026-03-26 19:23:38 -03:00
parent 3895ef864a
commit 860d5f24bd
4 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ stderr_logfile=/var/log/supervisor/postgres.err.log
[program:backend]
command=java -jar /app/app.jar
environment=SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/condado",SPRING_DATASOURCE_USERNAME="condado",SPRING_DATASOURCE_PASSWORD="condado"
autostart=true
autorestart=true
startsecs=15