diff options
author | fx <[email protected]> | 2023-10-21 20:46:31 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-21 20:46:31 +0200 |
commit | f5928b90748b0bb4c0c498ccc77ebde4eaec8841 (patch) | |
tree | e17f41b5722b1e6d36b4ae55332eb89fdf57b4f0 /docker-compose.yml | |
parent | 48943e0de28b99d7f108e96b7d250bbf1a6c5a5b (diff) | |
download | webol-f5928b90748b0bb4c0c498ccc77ebde4eaec8841.tar webol-f5928b90748b0bb4c0c498ccc77ebde4eaec8841.tar.gz webol-f5928b90748b0bb4c0c498ccc77ebde4eaec8841.zip |
add init function for db tables
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 9d73e9b..abac64e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml | |||
@@ -6,7 +6,8 @@ services: | |||
6 | container_name: webol_dev_postgres | 6 | container_name: webol_dev_postgres |
7 | restart: no | 7 | restart: no |
8 | environment: | 8 | environment: |
9 | POSTGRES_PASSWORD: postgres | 9 | - POSTGRES_PASSWORD=postgres |
10 | - POSTGRES_DB=webol | ||
10 | 11 | ||
11 | ports: | 12 | ports: |
12 | - "5432:5432" | 13 | - "5432:5432" |