version: '3.8'
services:
billing-rtrw:
image: riadag/billing-rtrw:latest
container_name: billing-rtrw-app
restart: always
ports:
- "5000:3001"
environment:
- NODE_ENV=development
- PORT=5000
services:
billing-rtrw:
command: null
container_name: billing-rtrw-app
deploy:
resources:
limits:
memory: 4GB
cpus: "1.00"
reservations:
memory: 256MB
cpus: "0.00"
placement: {}
entrypoint: null
environment:
NODE_ENV: development
PORT: "5000"
image: riadag/billing-rtrw:latest
labels:
icon: https://raw.githubusercontent.com/alijayanet/billing-rtrw/refs/heads/main/public/img/logo-billing-rtrw.png
network_mode: bridge
ports:
- mode: ingress
target: 3001
published: "5000"
protocol: tcp
restart: always
volumes: []
x-casaos:
hostname: ""
icon: https://raw.githubusercontent.com/alijayanet/billing-rtrw/refs/heads/main/public/img/logo-billing-rtrw.png
index: /
is_uncontrolled: false
main: billing-rtrw
port_map: "5000"
scheme: http
store_app_id: compose-5a2ccd52a984c71a
title:
custom: BillingRTRW
name: compose-5a2ccd52a984c71a
Port mengikuti server_port di settings.json (default 5000). Ganti [IP-SERVER] dengan IP atau hostname mesin Anda.
| Portal | URL contoh |
|---|---|
| Beranda | http://[IP-SERVER]:5000/ → mengarah ke login pelanggan |
| Pelanggan | http://[IP-SERVER]:5000/customer/login (alias singkat: /login) |
| Admin | http://[IP-SERVER]:5000/admin/login |
| Teknisi | http://[IP-SERVER]:5000/tech/login |
| Agen | http://[IP-SERVER]:5000/agent/login |
| Kolektor | http://[IP-SERVER]:5000/collector/login |
| Health check | http://[IP-SERVER]:5000/health |
Content type
Image
Digest
sha256:fb3084b93…
Size
233.3 MB
Last updated
8 days ago
docker pull riadag/billing-rtrw