mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-04-21 02:33:54 +03:00
9 lines
146 B
YAML
9 lines
146 B
YAML
version: '3.9'
|
|
services:
|
|
web:
|
|
build: .
|
|
image: foxbank-server
|
|
ports:
|
|
- ${PORT:-5000}:5000
|
|
volumes:
|
|
- ./data:/app/data
|