add gitea bonus
This commit is contained in:
@@ -73,6 +73,21 @@ services:
|
||||
- "8080:80"
|
||||
restart: always
|
||||
|
||||
gitea:
|
||||
build: ./requirements/gitea
|
||||
image: gitea:inception
|
||||
container_name: gitea
|
||||
env_file: .env
|
||||
secrets:
|
||||
- gitea_admin_password
|
||||
volumes:
|
||||
- gitea_data:/data
|
||||
networks:
|
||||
- inception
|
||||
ports:
|
||||
- "3000:3000"
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
inception:
|
||||
driver: bridge
|
||||
@@ -90,6 +105,12 @@ volumes:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${DATA_PATH}/wordpress
|
||||
gitea_data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${DATA_PATH}/gitea
|
||||
|
||||
secrets:
|
||||
db_root_password:
|
||||
@@ -102,3 +123,5 @@ secrets:
|
||||
file: ../secrets/wp_user_password.txt
|
||||
ftp_password:
|
||||
file: ../secrets/ftp_password.txt
|
||||
gitea_admin_password:
|
||||
file: ../secrets/gitea_admin_password.txt
|
||||
|
||||
Reference in New Issue
Block a user