Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9c03db743 | |||
| f0832b9dd7 | |||
| e1804d38b6 | |||
| e785743580 | |||
| 42d9e628b7 | |||
| 9cf54273e5 | |||
| c5df925cb5 | |||
| e0d80dba34 | |||
| 5390ef62e9 |
@@ -1,3 +1,3 @@
|
||||
# containers
|
||||
|
||||
compose.yaml and other configuration data for Docker containers
|
||||
compose.yaml and other configuration data for Docker containers.
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:latest
|
||||
image: gitea/gitea:1.26.0
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
||||
+2
-1
@@ -9,7 +9,8 @@ DB_DATA_LOCATION=/var/lib/immich/db
|
||||
TZ=America/New_York
|
||||
|
||||
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
||||
IMMICH_VERSION=v2.3.1
|
||||
IMMICH_VERSION=v2.7.5
|
||||
|
||||
|
||||
# Connection secret for postgres. You should change it to a random password
|
||||
DB_PASSWORD=postgres
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
restart: always
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||
volumes:
|
||||
- /mnt/storage/appdata/nextcloud/mysql:/var/lib/mysql
|
||||
- /var/lib/nextcloud/db:/var/lib/mysql
|
||||
networks:
|
||||
- default
|
||||
environment:
|
||||
@@ -16,12 +16,12 @@ services:
|
||||
app:
|
||||
depends_on:
|
||||
- db
|
||||
image: nextcloud:32
|
||||
image: nextcloud:33
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
- /mnt/storage/appdata/nextcloud/www/html:/var/www/html
|
||||
- /var/lib/nextcloud/data/www/html:/var/www/html
|
||||
networks:
|
||||
- default
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user