Compare commits
9 Commits
22f17e20e4
...
72906a2de4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72906a2de4 | ||
|
|
e9b85a9ace | ||
|
|
b7f62395f2 | ||
|
|
1b2d940d7a | ||
|
|
bec485b0f9 | ||
|
|
2977692275 | ||
| 86641f1bee | |||
| b6359d4683 | |||
|
|
fdf9effb9f |
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: docker.gitea.com/gitea:1.24.6
|
image: docker.gitea.com/gitea:1.25
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:31
|
image: nextcloud:32
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 50000:80
|
- 50000:80
|
||||||
@@ -20,3 +20,8 @@ services:
|
|||||||
- ./nextcloud:/var/www/html
|
- ./nextcloud:/var/www/html
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
- REDIS_HOST=redis
|
||||||
|
redis:
|
||||||
|
image: redis
|
||||||
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user