Paco
Paco
Explore posts from servers
RRailway
Created by Paco on 2/19/2024 in #✋|help
symfony deploy error
hello, I cannot deploy a symfony server with frankenphp... I didn't have error but always a 503 when I wan't to fetch my api projet id : 6ff3dba9-6b95-40d5-be4e-f36a9f0f5009
10 replies
RRailway
Created by Paco on 11/1/2023 in #✋|help
upstream connect error or disconnect/reset before headers.
No description
4 replies
RRailway
Created by Paco on 10/28/2023 in #✋|help
Understand RabbitMQ CPU usage
No description
22 replies
RRailway
Created by Paco on 10/25/2023 in #✋|help
strapi persitant local storage
Hello there is a solution/template to save uploads on a disk with strapi to didn't lost image as redeploy and didn't use cloud providers to save ?
9 replies
RRailway
Created by Paco on 10/10/2023 in #✋|help
add custom postgres extension
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:16-bullseye


ENV POSTGIS_MAJOR 3
ENV POSTGIS_VERSION 3.4.0+dfsg-1.pgdg110+1
ARG POSTGRES_PASSWORD
ARG POSTGRES_USER
ARG POSTGRES_MULTIPLE_DATABASES

RUN apt-get update \
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
&& apt-get install -y --no-install-recommends \
# ca-certificates: for accessing remote raster files;
# fix: https://github.com/postgis/docker-postgis/issues/307
ca-certificates \
\
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
openssl \
sudo \
&& rm -rf /var/lib/apt/lists/*
RUN echo "postgres ALL=(root) NOPASSWD: /usr/bin/mkdir, /bin/chown," > /etc/sudoers.d/postgres

RUN mkdir -p /docker-entrypoint-initdb.d
COPY init-ssl.sh /docker-entrypoint-initdb.d/
COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh
COPY ./update-postgis.sh /usr/local/bin

RUN chmod +x /docker-entrypoint-initdb.d/init-ssl.sh

CMD ["postgres", "--port=5432"]
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:16-bullseye


ENV POSTGIS_MAJOR 3
ENV POSTGIS_VERSION 3.4.0+dfsg-1.pgdg110+1
ARG POSTGRES_PASSWORD
ARG POSTGRES_USER
ARG POSTGRES_MULTIPLE_DATABASES

RUN apt-get update \
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
&& apt-get install -y --no-install-recommends \
# ca-certificates: for accessing remote raster files;
# fix: https://github.com/postgis/docker-postgis/issues/307
ca-certificates \
\
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
openssl \
sudo \
&& rm -rf /var/lib/apt/lists/*
RUN echo "postgres ALL=(root) NOPASSWD: /usr/bin/mkdir, /bin/chown," > /etc/sudoers.d/postgres

RUN mkdir -p /docker-entrypoint-initdb.d
COPY init-ssl.sh /docker-entrypoint-initdb.d/
COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh
COPY ./update-postgis.sh /usr/local/bin

RUN chmod +x /docker-entrypoint-initdb.d/init-ssl.sh

CMD ["postgres", "--port=5432"]
projet ID 7d848712-e466-4b02-914d-c4d912112009 Hi, I'd like to make a custom image of Postgres. I will to add postgis extension. But with the custom image, postgres15-bulleye I can't run the ssl script I see with @Angelo, and he asked me to make a ticket. I've attached my dockerfile
56 replies
RRailway
Created by Paco on 10/8/2023 in #✋|help
Bug
Hello, I cannot switch on my team plan...
9 replies
RRailway
Created by Paco on 10/7/2023 in #✋|help
price calculation
Hello, I would like to use your services, I have 3 apis, 1 rabbitmq, 1 postgres. Sometimes two because I have two environments. (Prod/Staging) For the moment the flow will not be large. Does anyone know the cost per month? And then, is there any way for the staging environment to have IP filtering? And in future there is a gitlab intégration? Thanks 🙂
15 replies