docks and stacks
This commit is contained in:
parent
2a99947e47
commit
2d14cb4e14
7 changed files with 275 additions and 9 deletions
20
stacks/forgejo.yml
Normal file
20
stacks/forgejo.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
networks:
|
||||
forgejo:
|
||||
external: false
|
||||
|
||||
services:
|
||||
server:
|
||||
image: codeberg.org/forgejo/forgejo:14
|
||||
container_name: forgejo
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
restart: always
|
||||
networks:
|
||||
- forgejo
|
||||
volumes:
|
||||
- /var/docker/forgejo:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- '3000:3000'
|
||||
- '222:22'
|
||||
Loading…
Add table
Add a link
Reference in a new issue