docker-apps-view/docker-compose.yml
ksyasuda 184c123e23
Some checks failed
Build Docker Image / build (push) Failing after 8s
Build and Upload Python Package / build (push) Failing after 10s
Initial commit
2024-08-17 18:32:58 -07:00

11 lines
267 B
YAML

---
services:
docker_apps_view:
image: gitea.suda.codes/sudacode/docker-apps-view:latest
container_name: docker_apps_view
environment:
- FLASK_PORT=3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped