storer/deployments/main/docker-compose.yaml

8 lines
164 B
YAML
Raw Normal View History

2024-02-19 18:09:39 +00:00
services:
2024-05-28 13:54:30 +00:00
storerv1.0.0:
2025-02-27 21:44:08 +00:00
image: gitea.pena/squiz/storer/main:$GITHUB_RUN_NUMBER
2024-02-19 18:09:39 +00:00
tty: true
2025-04-17 13:13:49 +00:00
env_file: config.env
2024-02-19 18:09:39 +00:00
ports:
2025-02-27 21:44:08 +00:00
- 10.8.0.12:1589:1489