Config: Update docker-compose.yml examples for production
This commit is contained in:
parent
644507bfaa
commit
4745d58441
8 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue