Starlio-web/docker-compose.yaml
Redume 0d2c5c4b8d
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Revert "добавил nginx"
This reverts commit d0b71824
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