WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit a92a2c023c - Show all commits

View file

@ -1,14 +1,15 @@
version: '3' version: '3'
services: services:
gitea: mumble:
container_name: gitea container_name: mumble
image: gitea/gitea:latest image: phlak/mumble
restart: always environment:
volumes: - TZ=Europe/Helsinki
- /docker/mumble:/etc/mumble
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports: ports:
- '64748:64738' - '64748:64738'
- '64748:64738/udp' - '64748:64738/udp'
volumes:
- /docker/mumble:/etc/mumble
- /etc/localtime:/etc/localtime:ro
restart: always