cach-radio/docker-compose.yml

14 lines
234 B
YAML
Raw Normal View History

2022-12-15 22:36:40 +01:00
version: "2.4"
services:
hugo:
build:
context: .
args:
2022-12-15 23:15:56 +01:00
- HUGO_HOST=${HUGO_HOST}
- HUGO_PORT=${HUGO_PORT}
2022-12-15 22:36:40 +01:00
ports:
2022-12-15 23:15:56 +01:00
- ${HUGO_PORT}:1313
user: ${USER_GROUP}
2022-12-15 22:36:40 +01:00
volumes:
- ./inc:/app