mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
11 lines
216 B
YAML
11 lines
216 B
YAML
version: "3"
|
|
|
|
services:
|
|
dummy-project:
|
|
image: dummy-project
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|