Skip to content

Commit 232ace4

Browse files
committed
fix sorting
1 parent de461b0 commit 232ace4

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

docker-compose.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@ services:
6464
depends_on:
6565
- php
6666
- swagger-ui
67-
postgres:
68-
container_name: chubbyphp-petstore-postgres
69-
hostname: chubbyphp-petstore-postgres
70-
image: postgres:17
71-
command: -c log_statement=all -c log_error_verbosity=VERBOSE
72-
environment:
73-
POSTGRES_DB: petstore
74-
POSTGRES_PASSWORD: 4aAUfBjDACcdZxNwJgJ6
75-
POSTGRES_USER: petstore
76-
ports:
77-
- '5432:5432'
78-
volumes:
79-
- postgres:/var/lib/postgresql/data
8067
opensearch:
8168
container_name: chubbyphp-petstore-opensearch
8269
hostname: chubbyphp-petstore-opensearch
@@ -108,6 +95,19 @@ services:
10895
OPENSEARCH_HOSTS: '["https://opensearch:9200"]'
10996
ports:
11097
- 5601:5601
98+
postgres:
99+
container_name: chubbyphp-petstore-postgres
100+
hostname: chubbyphp-petstore-postgres
101+
image: postgres:17
102+
command: -c log_statement=all -c log_error_verbosity=VERBOSE
103+
environment:
104+
POSTGRES_DB: petstore
105+
POSTGRES_PASSWORD: 4aAUfBjDACcdZxNwJgJ6
106+
POSTGRES_USER: petstore
107+
ports:
108+
- '5432:5432'
109+
volumes:
110+
- postgres:/var/lib/postgresql/data
111111
swagger-ui:
112112
container_name: chubbyphp-petstore-swagger-ui
113113
hostname: chubbyphp-petstore-swagger-ui

0 commit comments

Comments
 (0)