Docker Fixes (#5)
This commit is contained in:
parent
3bd94d6118
commit
aaca099bc3
@ -1 +1,3 @@
|
|||||||
REDIS_PASSWORD=CHANGE_ME
|
POSTGRES_USER=excalidraw-user
|
||||||
|
POSTGRES_PASSWORD=
|
||||||
|
POSTGRES_DB=excalidraw-dev
|
@ -23,7 +23,7 @@ services:
|
|||||||
- "5011:8080"
|
- "5011:8080"
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
STORAGE_URI: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
|
STORAGE_URI: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-excalidraw-prod}
|
||||||
|
|
||||||
excalidraw-room:
|
excalidraw-room:
|
||||||
image: excalidraw/excalidraw-room
|
image: excalidraw/excalidraw-room
|
||||||
|
@ -26,7 +26,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
STORAGE_URI: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
|
STORAGE_URI: postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-excalidraw-dev}
|
||||||
|
|
||||||
excalidraw-room:
|
excalidraw-room:
|
||||||
image: excalidraw/excalidraw-room
|
image: excalidraw/excalidraw-room
|
||||||
|
Loading…
x
Reference in New Issue
Block a user