update forgejo to version 10
This commit is contained in:
parent
87d87319b6
commit
0d933c6a81
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
services:
|
||||
server:
|
||||
image: codeberg.org/forgejo/forgejo:9.0.3
|
||||
image: codeberg.org/forgejo/forgejo:10
|
||||
container_name: forgejo
|
||||
restart: always
|
||||
environment:
|
||||
|
@ -28,9 +28,9 @@ services:
|
|||
image: postgres:latest # postgres:14
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DB=${DB_NAME}
|
||||
- POSTGRES_USER=${DB_USER}
|
||||
- POSTGRES_PASSWORD=${DB_PASSWORD}
|
||||
- POSTGRES_DB=${DB_NAME}
|
||||
networks:
|
||||
- forgejo
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue