fix(deploy): merge duplicate volumes sections in docker-compose.yml
Some checks failed
Some checks failed
This commit is contained in:
parent
8b52f14774
commit
96854cd7e8
1 changed files with 0 additions and 35 deletions
|
|
@ -80,40 +80,5 @@ services:
|
|||
volumes:
|
||||
pry-data:
|
||||
pry-sessions:
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
container_name: pry-redis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:6379:6379"
|
||||
volumes:
|
||||
- pry-redis:/data
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
cpus: "0.5"
|
||||
|
||||
postgres:
|
||||
image: postgres:15-alpine
|
||||
container_name: pry-postgres
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:5432:5432"
|
||||
volumes:
|
||||
- pry-postgres:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_USER=pry
|
||||
- POSTGRES_PASSWORD=pry
|
||||
- POSTGRES_DB=pry
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
cpus: "0.5"
|
||||
|
||||
volumes:
|
||||
pry-sessions:
|
||||
pry-redis:
|
||||
pry-postgres:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue