Skip to content

Commit

Permalink
Tooljet: Store pg_data in volume
Browse files Browse the repository at this point in the history
  • Loading branch information
kulemantu committed Nov 1, 2022
1 parent 78cd6c6 commit 3ce1fd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tooljet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ services:
postgres:
image: postgis/postgis:13-master
volumes:
- ./tooljet_data:/var/lib/postgresql/data
- tooljet_data:/var/lib/postgresql/data
networks:
- tooljet
environment:
POSTGRES_USER: ${PG_USER}
POSTGRES_PASSWORD: ${PG_PASS}
POSTGRES_DB: ${PG_DB}

volumes:
tooljet_data:

networks:
tooljet:
proxy:
Expand Down

0 comments on commit 3ce1fd5

Please sign in to comment.