Compare commits
6 Commits
72906a2de4
...
22f17e20e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22f17e20e4 | ||
|
|
de0d71f881 | ||
|
|
69a29bb0ee | ||
|
|
936d304983 | ||
|
|
eddc128ef2 | ||
|
|
e32ece8e0d |
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: docker.gitea.com/gitea:1.25
|
image: docker.gitea.com/gitea:1.24.6
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:32
|
image: nextcloud:31
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 50000:80
|
- 50000:80
|
||||||
@@ -20,8 +20,3 @@ 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