db-backup-tool/docker-compose.yml

14 lines
228 B
YAML
Raw Normal View History

2024-05-13 02:19:53 +07:00
version: "3"
services:
app:
container_name: db-backup
build:
context: .
volumes:
- ./storage:/app/storage:rw
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "3000:3000"