mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
✨ Minor improvements on devenv docker compose.
This commit is contained in:
parent
c9d7de4022
commit
abc1406f4d
1 changed files with 3 additions and 3 deletions
|
@ -36,10 +36,10 @@ services:
|
||||||
- UXBOX_HTTP_SERVER_DEBUG=false
|
- UXBOX_HTTP_SERVER_DEBUG=false
|
||||||
- UXBOX_DATABASE_URI="jdbc:postgresql://postgres/uxbox"
|
- UXBOX_DATABASE_URI="jdbc:postgresql://postgres/uxbox"
|
||||||
- UXBOX_DATABASE_USERNAME="uxbox"
|
- UXBOX_DATABASE_USERNAME="uxbox"
|
||||||
- UXBOX_DATABASE_PASSWORD="uxbox_postgres_password"
|
- UXBOX_DATABASE_PASSWORD="uxbox"
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:11
|
image: postgres:12-beta4
|
||||||
hostname: 'uxbox-devenv-postgres'
|
hostname: 'uxbox-devenv-postgres'
|
||||||
container_name: 'uxbox-devenv-postgres'
|
container_name: 'uxbox-devenv-postgres'
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -50,6 +50,6 @@ services:
|
||||||
- POSTGRES_INITDB_ARGS="--data-checksums"
|
- POSTGRES_INITDB_ARGS="--data-checksums"
|
||||||
- POSTGRES_DB=uxbox
|
- POSTGRES_DB=uxbox
|
||||||
- POSTGRES_USER=uxbox
|
- POSTGRES_USER=uxbox
|
||||||
- POSTGRES_PASSWORD=uxbox_postgres_password
|
- POSTGRES_PASSWORD=uxbox
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Add table
Reference in a new issue