mirror of
https://github.com/khairul169/db-backup-tool.git
synced 2025-04-29 00:59:35 +07:00
15 lines
253 B
YAML
15 lines
253 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"
|
|
ports:
|
|
- "3000:3000"
|