mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 23:39:36 +02:00
10 lines
146 B
YAML
10 lines
146 B
YAML
|
version: '3.9'
|
||
|
services:
|
||
|
web:
|
||
|
build: .
|
||
|
image: foxbank-server
|
||
|
ports:
|
||
|
- ${PORT:-5000}:5000
|
||
|
volumes:
|
||
|
- ./data:/app/data
|