x11-pulse/compose.yaml

57 lines
1.5 KiB
YAML
Raw Normal View History

# Rx3-Docker/X11-Pulse Docker Image
2024-08-23 11:44:27 +02:00
#-------------------------------------------------------------------------------
name: ${XP_IMG_NAME}
2024-08-23 11:44:27 +02:00
services:
x11-pulse:
container_name: ${XP_HOST_NAME}
hostname: ${XP_HOST_NAME}
image: ${XP_IMG_URL}
2024-08-23 11:44:27 +02:00
build:
context: .
2024-08-23 11:44:27 +02:00
args:
IMG_NAME: ${XP_IMG_NAME}
IMG_NAME_FULL: ${XP_IMG_NAME_FULL}
IMG_VERSION: ${XP_IMG_VERSION}
IMG_MAINTAINER: ${XP_IMG_MAINTAINER}
IMG_FROM_URL: ${XP_IMG_FROM_URL}
2024-08-23 11:44:27 +02:00
restart: unless-stopped
2024-08-23 11:44:27 +02:00
environment:
DISPLAY: ":0"
2024-08-23 11:44:27 +02:00
volumes:
- home_dir:/home
- type: bind
source: /tmp/.X11-unix/X0
target: /tmp/.X11-unix/X0
- type: bind
source: /run/user/${USER_ID}/pulse
target: /run/user/${USER_ID}/pulse
- type: bind
source: "${APPL_DIR}"
target: "${APPL_DIR}"
networks:
- ${APPL_NETWORK}
2024-08-23 11:44:27 +02:00
volumes:
home_dir:
external: true
networks:
internet:
driver: bridge
internal: false # Allow internet access
no-internet:
driver: bridge
internal: true # Block internet access