Loading docker-compose.dev.yml +2 −2 Original line number Diff line number Diff line version: '3.5' services: postgres: container_name: postgres postgresql: container_name: vessel-postgres restart: on-failure:3 volumes: Loading docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line version: '3.5' services: postgres: postgresql: deploy: mode: replicated replicas: 1 Loading docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line version: '3.5' services: postgres: postgresql: image: ${IMAGE_NAME}:${IMAGE_TAG:-latest} environment: - POSTGRES_PASSWORD Loading scripts/vessel.sh +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-E "callSign" text, eta text, PRIMARY KEY ("mmsi", "tstamp"), CONSTRAINT "mmsi_date_last_position" UNIQUE ("mmsi", "tstamp") CONSTRAINT "mmsi_date_last_week" UNIQUE ("mmsi", "tstamp") ) WITH ( OIDS=FALSE Loading Loading
docker-compose.dev.yml +2 −2 Original line number Diff line number Diff line version: '3.5' services: postgres: container_name: postgres postgresql: container_name: vessel-postgres restart: on-failure:3 volumes: Loading
docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line version: '3.5' services: postgres: postgresql: deploy: mode: replicated replicas: 1 Loading
docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line version: '3.5' services: postgres: postgresql: image: ${IMAGE_NAME}:${IMAGE_TAG:-latest} environment: - POSTGRES_PASSWORD Loading
scripts/vessel.sh +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-E "callSign" text, eta text, PRIMARY KEY ("mmsi", "tstamp"), CONSTRAINT "mmsi_date_last_position" UNIQUE ("mmsi", "tstamp") CONSTRAINT "mmsi_date_last_week" UNIQUE ("mmsi", "tstamp") ) WITH ( OIDS=FALSE Loading