core/deployments/main/docker-compose.yaml

9 lines
182 B
YAML
Raw Normal View History

2024-02-19 17:48:04 +00:00
services:
core:
2025-02-27 21:05:42 +00:00
image: gitea.pena/squiz/core/main:$GITHUB_RUN_NUMBER
2024-02-19 17:48:04 +00:00
tty: true
2025-06-17 11:53:23 +00:00
env_file: config.env
2024-02-19 17:48:04 +00:00
ports:
2025-02-27 21:05:42 +00:00
- 10.8.0.12:1488:1488
- 10.8.0.12:9000:9000