|
|
|
@ -2,7 +2,7 @@ version: "3"
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
database:
|
|
|
|
|
image: postgres:13.4-alpine
|
|
|
|
|
image: postgres:16-alpine
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
- POSTGRES_USER=nextcloud
|
|
|
|
@ -12,10 +12,10 @@ services:
|
|
|
|
|
- ../data/nextcloud/database:/var/lib/postgresql/data
|
|
|
|
|
|
|
|
|
|
nextcloud:
|
|
|
|
|
image: nextcloud:24
|
|
|
|
|
image: nextcloud:28-apache
|
|
|
|
|
restart: always
|
|
|
|
|
ports:
|
|
|
|
|
- 9000:80
|
|
|
|
|
- "9000:80"
|
|
|
|
|
env_file:
|
|
|
|
|
- ../env.production
|
|
|
|
|
- env.production
|
|
|
|
|