gitea-docker-compose.yml hinzugefügt
This commit is contained in:
13
gitea-docker-compose.yml
Normal file
13
gitea-docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
services:
|
||||||
|
gitea:
|
||||||
|
image: ${GITEA_IMAGE}
|
||||||
|
container_name: ${GITEA_CONTAINER_NAME}
|
||||||
|
environment:
|
||||||
|
- USER_UID=${USER_UID}
|
||||||
|
- USER_GID=${USER_GID}
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "${HTTP_PORT}:3000"
|
||||||
|
- "${SSH_PORT}:22"
|
||||||
|
volumes:
|
||||||
|
- ${GITEA_DATA_DIR}:/data
|
||||||
Reference in New Issue
Block a user