Initial commit; setting up raine to serve simple static site plus gitea.
This commit is contained in:
12
gitea/compose.yml
Normal file
12
gitea/compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
volumes:
|
||||
- ./data:/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
Reference in New Issue
Block a user