You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
533 B

3 years ago
3 years ago
3 years ago
  1. version: "3"
  2. services:
  3. wahay:
  4. build:
  5. dockerfile: ./wahay/Dockerfile
  6. context: .
  7. args:
  8. UID: ${UID:-1000}
  9. GID: ${GID:-1000}
  10. UNAME: ${UNAME:-mumble}
  11. hostname: wahay
  12. container_name: wahay
  13. environment:
  14. - DISPLAY=unix$DISPLAY
  15. - PULSE_SERVER=unix:/run/user/${UID:-1000}/pulse/native
  16. volumes:
  17. - /tmp/.X11-unix:/tmp/.X11-unix:ro
  18. - /run/user/${UID:-1000}/pulse:/run/user/${UID:-1000}/pulse
  19. - ./wahay/pulseaudio.client.conf:/etc/pulse/client.conf:ro