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
|
2024-09-30 01:23:21 -04:00
|
|
|
|
|
|
|
it-tools:
|
|
|
|
container_name: it-tools
|
|
|
|
ports:
|
|
|
|
- 8090:80
|
2024-10-22 05:00:56 -04:00
|
|
|
image: corentinth/it-tools@sha256:8b8128748339583ca951af03dfe02a9a4d7363f61a216226fc28030731a5a61f
|
2024-09-30 01:23:21 -04:00
|
|
|
restart: unless-stopped
|
|
|
|
|
2024-09-16 00:26:42 -04:00
|
|
|
volumes:
|
|
|
|
nexterm:
|