Loading deploy/docker-compose.postgresql.dev.yml +3 −3 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ services: cpus: '0.75' memory: 1G reservations: memory: 820M memory: 250M volumes: atlas-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-atlas-postgres-vol} recreation-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-recreation-postgres-vol} deploy/docker-compose.postgresql.prod.yml +3 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ services: memory: 2G reservations: cpus: '0.01' memory: 512M memory: 250M volumes: atlas-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-atlas-postgres-vol} recreation-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-recreation-postgres-vol} driver: "cloudstor:aws" driver_opts: backing: relocatable Loading deploy/docker-compose.postgresql.tmpl.yml +2 −2 Original line number Diff line number Diff line Loading @@ -12,9 +12,9 @@ services: networks: gis-net: aliases: - atlas-db - recreation-db volumes: - atlas-postgres-vol:/var/lib/postgresql/data - recreation-postgres-vol:/var/lib/postgresql/data networks: gis-net: Loading Loading
deploy/docker-compose.postgresql.dev.yml +3 −3 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ services: cpus: '0.75' memory: 1G reservations: memory: 820M memory: 250M volumes: atlas-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-atlas-postgres-vol} recreation-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-recreation-postgres-vol}
deploy/docker-compose.postgresql.prod.yml +3 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ services: memory: 2G reservations: cpus: '0.01' memory: 512M memory: 250M volumes: atlas-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-atlas-postgres-vol} recreation-postgres-vol: name: ${POSTGRES_DATA_VOLUME_NAME:-recreation-postgres-vol} driver: "cloudstor:aws" driver_opts: backing: relocatable Loading
deploy/docker-compose.postgresql.tmpl.yml +2 −2 Original line number Diff line number Diff line Loading @@ -12,9 +12,9 @@ services: networks: gis-net: aliases: - atlas-db - recreation-db volumes: - atlas-postgres-vol:/var/lib/postgresql/data - recreation-postgres-vol:/var/lib/postgresql/data networks: gis-net: Loading