|
|
|
@ -9,7 +9,7 @@ networks: |
|
|
|
|
|
|
|
|
|
|
|
services: |
|
|
|
services: |
|
|
|
mysql_gitea: |
|
|
|
mysql_gitea: |
|
|
|
image: mariadb:latest |
|
|
|
image: mariadb:10.4.11 |
|
|
|
container_name: mysql_gitea |
|
|
|
container_name: mysql_gitea |
|
|
|
networks: |
|
|
|
networks: |
|
|
|
- backend |
|
|
|
- backend |
|
|
|
@ -24,7 +24,7 @@ services: |
|
|
|
- mysql.env |
|
|
|
- mysql.env |
|
|
|
|
|
|
|
|
|
|
|
gitea: |
|
|
|
gitea: |
|
|
|
image: gitea/gitea:latest |
|
|
|
image: gitea/gitea:1.10.2 |
|
|
|
container_name: gitea |
|
|
|
container_name: gitea |
|
|
|
depends_on: |
|
|
|
depends_on: |
|
|
|
- mysql_gitea |
|
|
|
- mysql_gitea |
|
|
|
|