mirror of
https://github.com/khairul169/db-backup-tool.git
synced 2025-04-29 00:59:35 +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"
|