Update compose.yaml
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
networks: bragi-local
|
networks:
|
||||||
|
- bragi-local
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ${USER}
|
POSTGRES_USER: ${USER}
|
||||||
|
|||||||
Reference in New Issue
Block a user