release workflow
This commit is contained in:
@@ -5,9 +5,9 @@ services:
|
||||
image: postgres:17
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: ttscm
|
||||
POSTGRES_USER: optima
|
||||
POSTGRES_PASSWORD: 123web123
|
||||
POSTGRES_DB: ttscm
|
||||
POSTGRES_DB: optima
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
ports:
|
||||
@@ -34,4 +34,4 @@ services:
|
||||
container_name: redisinsight
|
||||
ports:
|
||||
- "5540:5540"
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user