mirror of
https://github.com/khairul169/db-backup-tool.git
synced 2025-04-28 16:49:34 +07:00
14 lines
228 B
YAML
14 lines
228 B
YAML
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"
|