mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 19:49:49 +02:00
Compare commits
7 Commits
af6c689310
...
e063d52953
| Author | SHA1 | Date | |
|---|---|---|---|
| e063d52953 | |||
| 1d9c174c7f | |||
| 9d33275ee7 | |||
| d92e571a65 | |||
| ccf3bbf577 | |||
| 9b57d8892d | |||
| 6dfd9666d4 |
@@ -2,6 +2,7 @@ services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
env_file: .env
|
||||
|
||||
restart: always
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
APPNAME=mailu
|
||||
DOCKER_REGISTRY=r.sectorq.eu/library/
|
||||
MAILU_VERSION=2024.06
|
||||
LOGGING=syslog
|
||||
Reference in New Issue
Block a user