mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-25 12:01:04 +02:00
18 lines
499 B
YAML
18 lines
499 B
YAML
# Auto-generated by setup_remote.sh (build mode).
|
|
# Overrides docker-compose.yaml to build api and ui images from local source
|
|
# instead of pulling them from a registry. Remove this file to revert to
|
|
# pulling prebuilt images.
|
|
services:
|
|
api:
|
|
build:
|
|
context: .
|
|
dockerfile: api/Dockerfile
|
|
image: dograh-local/dograh-api:local
|
|
pull_policy: never
|
|
|
|
ui:
|
|
build:
|
|
context: .
|
|
dockerfile: ui/Dockerfile
|
|
image: dograh-local/dograh-ui:local
|
|
pull_policy: never
|