mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(server): compose updates (#4878)
* chore: compose updates * chore: docs for troubleshooting * chore: add reference in docker compose to docs
This commit is contained in:
parent
9d01885b58
commit
f6180fccdc
3 changed files with 41 additions and 25 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# See:
|
||||
# - https://immich.app/docs/developer/setup
|
||||
# - https://immich.app/docs/developer/troubleshooting
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
|
@ -71,10 +75,6 @@ services:
|
|||
command: npm run dev --host
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
# Rename these values for svelte public interface
|
||||
- PUBLIC_IMMICH_SERVER_URL=${IMMICH_SERVER_URL}
|
||||
- PUBLIC_IMMICH_API_URL_EXTERNAL=${IMMICH_API_URL_EXTERNAL}
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 24678:24678
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue