mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
update
This commit is contained in:
parent
9d86233b6c
commit
916c366f5f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
server:
|
forgejo:
|
||||||
image: codeberg.org/forgejo/forgejo:${FORGEJO_VERSION:-11.0.1}
|
image: codeberg.org/forgejo/forgejo:${FORGEJO_VERSION:-11.0.1}
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
environment:
|
environment:
|
||||||
|
@ -46,7 +46,7 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
- '222:22'
|
# - '222:22'
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:${POSTGRES_VERSION:-17.5}
|
image: postgres:${POSTGRES_VERSION:-17.5}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue