doxfood/docker-compose.yml

15 lines
235 B
YAML

version: "3.8"
services:
web:
image: "doxfood"
build:
context: .
dockerfile: Dockerfile
ports:
- "${DOXFOOD_SERVER_PORT:-9000}:80"
environment:
TZ: "Europe/Paris"
restart: unless-stopped