This repository has been archived on 2025-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
gardev-startpage/docker-compose.yml
2023-11-19 09:46:04 +02:00

14 lines
233 B
YAML

version: '3.8'
services:
gardev-startpage:
build:
context: .
container_name: gardev-startpage
ports:
- "3003:3000"
volumes:
- ./data:/app/data/
env_file:
- .env
restart: unless-stopped