feat: auto start workers
This commit is contained in:
10
docker-compose.postgres.yaml
Normal file
10
docker-compose.postgres.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
pg:
|
||||
image: docker.hub.ipao.vip:88/postgres:15
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_PASSWORD: xixi0202
|
||||
volumes:
|
||||
- /opt/services/postgres/data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- 5432:5432
|
||||
Reference in New Issue
Block a user