db - add to podman network for name resolution
This commit is contained in:
parent
31665244ad
commit
117f43dc41
@ -8,6 +8,8 @@ services:
|
|||||||
- db:/var/lib/postgresql/data:Z
|
- db:/var/lib/postgresql/data:Z
|
||||||
env_file:
|
env_file:
|
||||||
- .db.env
|
- .db.env
|
||||||
|
networks:
|
||||||
|
- podman
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user