This commit is contained in:
2024-11-13 00:04:50 +01:00
parent 15ecde2baa
commit ba3b375378

View File

@@ -1 +1,26 @@
1234 version: "2"
volumes:
gitea-data:
driver: local
gitea-config:
driver: local
services:
server:
image: gitea/gitea:1.22.3-rootless
restart: always
volumes:
- gitea-data:/var/lib/gitea
- gitea-config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
networks:
- npm-network
ports:
- "3000:3000"
- "2222:2222"
networks:
npm-network:
external: true