11 lines
267 B
YAML
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
|