You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
401 B
20 lines
401 B
services:
|
|
postgres_db_mem_rep:
|
|
build: ./
|
|
container_name: postgress_db_mem_replica
|
|
#restart: unless-stopped
|
|
env_file: .env
|
|
tmpfs:
|
|
- /var/lib/postgresql/data
|
|
ports:
|
|
- 5442:5432
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "4.0"
|
|
memory: 16G
|
|
# networks:
|
|
# - postgres_db_default
|
|
#networks:
|
|
# postgres_db_default:
|
|
# external: true
|
|
|