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