services: evershelf: build: . container_name: evershelf ports: - "8080:80" volumes: # Persist database and runtime data - evershelf_data:/var/www/html/data # Mount your local .env configuration - ./.env:/var/www/html/.env:ro restart: unless-stopped environment: - TZ=Europe/Rome volumes: evershelf_data: driver: local