mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
10 lines
216 B
YAML
10 lines
216 B
YAML
version: "3"
|
|
|
|
services:
|
|
dummy-project:
|
|
image: dummy-project
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|