mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
14 lines
296 B
YAML
14 lines
296 B
YAML
|
services:
|
||
|
server:
|
||
|
image: codeberg.org/forgejo/forgejo:8
|
||
|
env_file: gitea.env
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- ./gitea_data:/data
|
||
|
- /etc/timezone:/etc/timezone:ro
|
||
|
- /etc/localtime:/etc/localtime:ro
|
||
|
ports:
|
||
|
- "23730:22"
|
||
|
- "8006:3000"
|
||
|
mem_limit: 512m
|