gitea setup
This commit is contained in:
17
gitea/docker-compose.yml
Normal file
17
gitea/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:latest-rootless
|
||||
container_name: gitea
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ${DATA_ROOT}/gitea/data:/var/lib/gitea
|
||||
- ${DATA_ROOT}/gitea/config:/etc/gitea
|
||||
ports:
|
||||
- "2222:2222"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user