This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Website/docker-compose.yaml
2024-10-19 09:04:43 +03:00

13 lines
No EOL
260 B
YAML

services:
starlio-web:
build: .
ports:
- '8000:8000'
restart: unless-stopped
volumes:
- './CertSSL:/CertSSL'
- './config.yaml:/config.yaml'
volumes:
starlio-web:
driver: local