mirror of
https://github.com/khairul169/db-backup-tool.git
synced 2025-06-17 17:19:32 +07:00
13 lines
222 B
YAML
13 lines
222 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
backend:
|
||
|
container_name: db-backup-be
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.dev
|
||
|
volumes:
|
||
|
- ./:/app:rw
|
||
|
extra_hosts:
|
||
|
- "host.docker.internal:host-gateway"
|