Files
bns_system/docker-compose.localdev.yml
2025-09-16 14:04:11 +09:00

24 lines
545 B
YAML

version: '3.8'
services:
bns_system:
build:
context: .
dockerfile: dockerfilelocal.dev
container_name: bns_system-dev
ports:
- "3643:8080"
environment:
CATALINA_OPTS: >-
-DDB_URL=jdbc:postgresql://211.115.91.141:11133/bns_system
-DDB_USERNAME=postgres
-DDB_PASSWORD=waceplm0909!!
volumes:
- bns_system-project_data:/data_storage
- bns_system-app_data:/path/inside/container
restart: unless-stopped
volumes:
bns_system-project_data:
bns_system-app_data: