Updated docker configs
This commit is contained in:
20
gitea/compose.yml
Normal file
20
gitea/compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: gitea
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Los_Angeles
|
||||
volumes:
|
||||
- /mnt/storage/apps/gitea/data:/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2223:22"
|
||||
networks:
|
||||
- network
|
||||
networks:
|
||||
network:
|
||||
name: proxy
|
||||
external: true
|
||||
Reference in New Issue
Block a user