mirror of
https://github.com/fergalmoran/kidarr-server.git
synced 2026-01-17 22:25:35 +00:00
11 lines
229 B
YAML
11 lines
229 B
YAML
version: "3"
|
|
|
|
services:
|
|
with-docker-multi-env-development:
|
|
build:
|
|
context: ../../../
|
|
dockerfile: hosting/docker/development/Dockerfile
|
|
image: with-docker-multi-env-development
|
|
ports:
|
|
- "3001:3000"
|