core/deployments/main/docker-compose.yaml
skeris bfd85ac0bf
All checks were successful
Deploy / CreateImage (push) Successful in 2m45s
Deploy / ValidateConfig (push) Successful in 24s
Deploy / MigrateDatabase (push) Successful in 34s
Deploy / DeployService (push) Successful in 23s
fix prod config
2025-08-12 22:02:30 +03:00

9 lines
182 B
YAML

services:
core:
image: gitea.pena/squiz/core/main:$GITHUB_RUN_NUMBER
tty: true
env_file: config.env
ports:
- 10.8.0.12:1488:1488
- 10.8.0.12:9000:9000