Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f6804249e2 | |||
| 5ae8a3b186 |
2 changed files with 2 additions and 1 deletions
|
|
@ -134,6 +134,7 @@ octopi A 10.89.212.31
|
||||||
|
|
||||||
;cisco-slm248p A 10.89.208.27
|
;cisco-slm248p A 10.89.208.27
|
||||||
|
|
||||||
|
waybackproxy A 10.89.212.33
|
||||||
|
|
||||||
;
|
;
|
||||||
; Public Club Services
|
; Public Club Services
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ services:
|
||||||
- POSTGRES_DB=mailmandb
|
- POSTGRES_DB=mailmandb
|
||||||
- POSTGRES_USER=mailman
|
- POSTGRES_USER=mailman
|
||||||
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
|
||||||
image: docker.io/library/postgres:12-alpine
|
image: docker.io/library/postgres:15-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/mailman/database:/var/lib/postgresql/data
|
- /opt/mailman/database:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue