1
0
api/compose.yml

12 lines
163 B
YAML
Raw Permalink Normal View History

2024-02-21 14:03:24 +00:00
services:
api:
ports:
- 8080:8080
build:
context: .
restart: always
env_file:
- .env
volumes:
- ./app/data:/app/data