chore: update postgresql icon (#221)

@raller1028
This commit is contained in:
CorrectRoadH 2023-07-20 09:40:30 +08:00 committed by GitHub
parent 949a48c371
commit 2d80da3405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,6 @@
name: PostgreSQL
name: postgresql
services:
app:
image: postgres:15.3
restart: unless-stopped
postgresql:
environment:
PUID: $PUID
PGID: $PGID
@ -10,6 +8,12 @@ services:
POSTGRES_USER: casaos
POSTGRES_PASSWORD: casaos
POSTGRES_DB: casaos
image: postgres:15.3
deploy:
resources:
reservations:
memory: "2048M"
restart: unless-stopped
x-casaos:
envs:
- container: PUID

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 49 KiB