Config: Update docker-compose.yml examples for production

This commit is contained in:
Michael Mayer 2021-10-25 17:15:55 +02:00
parent 644507bfaa
commit 4745d58441
8 changed files with 8 additions and 8 deletions

View file

@ -57,7 +57,7 @@ services:
## Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
# user: "1000:1000"
ports:
- "2342:2342" # Exposed HTTP port (host:container)
- "2342:2342" # HTTP port (host:container)
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public Server URL incl http:// or https:// and /path, :port is optional

View file

@ -53,7 +53,7 @@ services:
## Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
# user: "1000:1000"
ports:
- "2342:2342" # Exposed HTTP port (host:container)
- "2342:2342" # HTTP port (host:container)
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public Server URL incl http:// or https:// and /path, :port is optional

View file

@ -112,7 +112,7 @@ services:
user: "1000:1000"
## Don't expose port when running behind Traefik reverse proxy!
# ports:
# - "2342:2342" # Exposed HTTP port (host:container)
# - "2342:2342" # HTTP port (host:container)
labels:
- "traefik.enable=true"
- "traefik.http.services.photoprism.loadbalancer.server.port=2342"

View file

@ -50,7 +50,7 @@ services:
## Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
# user: "1000:1000"
ports:
- "2342:2342" # Exposed HTTP port (host:container)
- "2342:2342" # HTTP port (host:container)
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public Server URL incl http:// or https:// and /path, :port is optional

View file

@ -45,7 +45,7 @@ services:
- seccomp:unconfined
- apparmor:unconfined
ports:
- "2342:2342" # Exposed HTTP port (host:container)
- "2342:2342" # HTTP port (host:container)
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public Server URL incl http:// or https:// and /path, :port is optional

View file

@ -53,7 +53,7 @@ services:
## Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
# user: "1000:1000"
ports:
- "2342:2342" # Exposed HTTP port (host:container)
- "2342:2342" # HTTP port (host:container)
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public Server URL incl http:// or https:// and /path, :port is optional

View file

@ -48,7 +48,7 @@ services:
## Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
# user: "1000:1000"
ports:
- "2342:2342" # Exposed HTTP port (host:container)
- "2342:2342" # HTTP port (host:container)
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public Server URL incl http:// or https:// and /path, :port is optional

View file

@ -51,7 +51,7 @@ services:
- seccomp:unconfined
- apparmor:unconfined
ports:
- "2342:2342" # Exposed HTTP port (host:container)
- "2342:2342" # HTTP port (host:container)
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public Server URL incl http:// or https:// and /path, :port is optional