Removed mariadb and photoprism from pi
This commit is contained in:
parent
9fc2175dcd
commit
90e95f25d6
|
@ -1,25 +0,0 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
|
||||
db:
|
||||
container_name: mariadb-main
|
||||
image: mariadb
|
||||
restart: always
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
ports:
|
||||
- 3306:3306
|
||||
volumes:
|
||||
- /mnt/data/mysql:/var/lib/mysql
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD}
|
||||
- MARIADB_DATABASE=${MARIADB_DATABASE}
|
||||
- MARIADB_USER=${MARIADB_USER}
|
||||
- MARIADB_PASSWORD=${MARIADB_PASSWORD}
|
||||
|
||||
adminer:
|
||||
container_name: mariadb-adminer
|
||||
image: adminer
|
||||
restart: always
|
||||
ports:
|
||||
- 8082:8080
|
|
@ -19,7 +19,7 @@ services:
|
|||
DB_SQLITE_FILE: "/data/database.sqlite"
|
||||
DISABLE_IPV6: "true"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
- /mnt/data/storage/nginx-proxy/data:/data
|
||||
- /mnt/data/storage/nginx-proxy/letsencrypt:/etc/letsencrypt
|
||||
networks:
|
||||
- proxy
|
||||
|
|
Loading…
Reference in New Issue