Skip to content

Commit 7ee0483

Browse files
committed
init
1 parent afcbcd5 commit 7ee0483

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.env.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ MARIADB_INITDB_SKIP_TZINFO=1
7272
MARIA_VOLUME=./photoprism/maria
7373
# none persitent
7474
# MARIA_VOLUME=maria-data
75+
#
7576
# read only docker hub token, if you wan't to build your own images, you will need a push token
7677
# Don't change this unless you have a new Docker Hub provider.
7778
DOCKER_REPO_NAME=opillion

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
.env
33

44
/photoprism/maria
5-
/photoprism/storage/config/hub.yml
6-
/photoprism/storage/.ppstorage
5+
/photoprism/storage
6+

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ This is not a full development stack, but it provides an opportunity to get fami
77

88
This is a simple Docker Compose setup with a few sample images generated using DALL·E. The stack uses a precompiled `latest` image of Photoprism and provides an easy way to control it via environment variables.
99

10+
# License Information for Used Containers
11+
12+
| Container | License | License Link |
13+
|----------------|------------------------------------------|------------------------------------------------------------------|
14+
| **MariaDB** | GPL v2 | [GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) |
15+
| **Photoprism** | GNU Affero General Public License v3.0 | [AGPL v3.0](https://github.com/photoprism/photoprism) |
16+
1017

1118
#### Caution! Caution! This stack is intended for development use only and is not configured for production. For production use, please refer to the "Easy-Stack-Prod" stack - comming soon.
1219

0 commit comments

Comments
 (0)