Adding nginx-proxy, db services

This commit is contained in:
Mike Holloway 2025-12-07 00:23:40 -05:00
parent 7795ef9605
commit 1408e87b0c

View File

@ -33,7 +33,7 @@ services:
volumes:
- ~/nginx/certs:/etc/nginx/certs
- ~/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:
image: postgres:alpine