Add compose.yaml
This commit is contained in:
@@ -0,0 +1,62 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
beszel:
|
||||||
|
image: henrygd/beszel:latest
|
||||||
|
container_name: beszel
|
||||||
|
restart: unless-stopped
|
||||||
|
extra_hosts:
|
||||||
|
- host.docker.internal:host-gateway
|
||||||
|
ports:
|
||||||
|
- 8090:8090
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
volumes:
|
||||||
|
- /opt/beszel-container/beszel_data:/beszel_data
|
||||||
|
|
||||||
|
glance:
|
||||||
|
image: glanceapp/glance
|
||||||
|
container_name: glance
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
volumes:
|
||||||
|
- /opt/dashboard/config:/app/config
|
||||||
|
- /opt/dashboard/assets:/app/assets
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
# ports:
|
||||||
|
# - 8080:8080
|
||||||
|
#env_file: .env
|
||||||
|
|
||||||
|
|
||||||
|
termix:
|
||||||
|
image: ghcr.io/lukegus/termix:latest
|
||||||
|
container_name: termix
|
||||||
|
restart: unless-stopped
|
||||||
|
# ports:
|
||||||
|
# - '8080:8080'
|
||||||
|
volumes:
|
||||||
|
- /opt/docker/termix/termix-data:/app/data
|
||||||
|
# environment:
|
||||||
|
# PORT: '8080'
|
||||||
|
depends_on:
|
||||||
|
- guacd
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
|
||||||
|
guacd:
|
||||||
|
image: guacamole/guacd:1.6.0
|
||||||
|
container_name: guacd
|
||||||
|
restart: unless-stopped
|
||||||
|
# ports:
|
||||||
|
# - "4822:4822"
|
||||||
|
networks:
|
||||||
|
- bragi-local
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
termix-data:
|
||||||
|
driver: local
|
||||||
|
|
||||||
|
networks:
|
||||||
|
bragi-local:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user