diff options
author | FxQnLr <[email protected]> | 2024-04-10 00:16:55 +0200 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-04-10 00:16:55 +0200 |
commit | 3428a637ce420baef9aa9f9803e71bd587867005 (patch) | |
tree | a1ad8234ae9bf3709794324a41e38c2f7fa58d0d /docker-compose.yml | |
parent | 907e5cb5bc48899b444f7fedd85af7b5974d9a2e (diff) | |
download | webol-3428a637ce420baef9aa9f9803e71bd587867005.tar webol-3428a637ce420baef9aa9f9803e71bd587867005.tar.gz webol-3428a637ce420baef9aa9f9803e71bd587867005.zip |
Closes #24. Changed postgres to json directory storage
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index abac64e..0000000 --- a/docker-compose.yml +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | version: '3.1' | ||
2 | |||
3 | services: | ||
4 | db: | ||
5 | image: postgres | ||
6 | container_name: webol_dev_postgres | ||
7 | restart: no | ||
8 | environment: | ||
9 | - POSTGRES_PASSWORD=postgres | ||
10 | - POSTGRES_DB=webol | ||
11 | |||
12 | ports: | ||
13 | - "5432:5432" | ||