9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
|
|
# Copy to .env to override docker-compose.yml defaults.
|
||
|
|
|
||
|
|
# Image to deploy — set by CI/CD normally; only needed for a manual
|
||
|
|
# docker compose up.
|
||
|
|
IMAGE=repo.explewd.com/explewd/typo:latest
|
||
|
|
|
||
|
|
# Host port to expose (container always listens on 80).
|
||
|
|
HOST_PORT=8850
|