Adding nginx-proxy, db services
This commit is contained in:
parent
7795ef9605
commit
1408e87b0c
@ -33,7 +33,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ~/nginx/certs:/etc/nginx/certs
|
- ~/nginx/certs:/etc/nginx/certs
|
||||||
- ~/nginx/html:/usr/share/nginx/html
|
- ~/nginx/html:/usr/share/nginx/html
|
||||||
- /run/user/{{ getent_passwd[item.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
|
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user