WIP: Switch to NixOS #5

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

View file

@ -0,0 +1,14 @@
version: '3'
services:
gitea:
container_name: gitea
image: gitea/gitea:latest
restart: always
volumes:
- /docker/mumble:/etc/mumble
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- '64748:64738'
- '64748:64738/udp'