iac/docker/nexterm/docker-compose.yml

20 lines
414 B
YAML
Raw Normal View History

2024-09-16 00:26:42 -04:00
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:c191615f23eb6a18b8faca4dba15fc11caefea250ce3a8e29d249757544092eb
restart: unless-stopped
2024-09-16 00:26:42 -04:00
volumes:
nexterm: