iac/docker/nexterm/docker-compose.yml
Renovate Bot f0c7669181
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Successful in 54s
⬆️ Update corentinth/it-tools Docker digest to 8b81287
2024-10-22 09:00:56 +00:00

19 lines
414 B
YAML

services:
nexterm:
container_name: nexterm
ports:
- "6989:6989"
restart: always
volumes:
- nexterm:/app/data
image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
it-tools:
container_name: it-tools
ports:
- 8090:80
image: corentinth/it-tools@sha256:8b8128748339583ca951af03dfe02a9a4d7363f61a216226fc28030731a5a61f
restart: unless-stopped
volumes:
nexterm: