diff options
author | fx <[email protected]> | 2023-10-14 22:01:33 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-14 22:01:33 +0200 |
commit | 6648d1da1df9a4e4e2945739fc0fd3c7f77643cb (patch) | |
tree | e487bbf77c5280a58ee5bcd69f6b74018be96430 /docker-compose.yml | |
parent | 25885b8e08252db20f2a50e64184b6a59e546a73 (diff) | |
download | webol-6648d1da1df9a4e4e2945739fc0fd3c7f77643cb.tar webol-6648d1da1df9a4e4e2945739fc0fd3c7f77643cb.tar.gz webol-6648d1da1df9a4e4e2945739fc0fd3c7f77643cb.zip |
test this fing shit on pi wohoo
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 1980356..9d73e9b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml | |||
@@ -3,6 +3,7 @@ version: '3.1' | |||
3 | services: | 3 | services: |
4 | db: | 4 | db: |
5 | image: postgres | 5 | image: postgres |
6 | container_name: webol_dev_postgres | ||
6 | restart: no | 7 | restart: no |
7 | environment: | 8 | environment: |
8 | POSTGRES_PASSWORD: postgres | 9 | POSTGRES_PASSWORD: postgres |