diff options
author | FxQnLr <[email protected]> | 2024-04-11 09:20:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-11 09:20:04 +0200 |
commit | 6b05d1a437a49db98056de7b029923e8aedf1a5a (patch) | |
tree | bc70f14cae1760e91369705273904c0de1bfbf75 /docker-compose.yml | |
parent | 907e5cb5bc48899b444f7fedd85af7b5974d9a2e (diff) | |
parent | 2476e182f61d209768635e8eca6e75b4acfbd007 (diff) | |
download | webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.tar webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.tar.gz webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.zip |
Merge pull request #32 from FxQnLr/0.4.0
0.4.0
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" | ||