postgres: container_name: postgres-sql image: postgres environment: POSTGRES_USER: username POSTGRES_PASSWORD: password PGDATA: /data/postgres volumes: - postgres:/data/postgres ports: - "5432:5432" networks: - mika restart: unless-stopped pgadmin: container_name: pgadmin image: dpage/pgadmin4 e...
image: postgres:12.3-alpine mem_limit: 100m memswap_limit: 50m volumes: - db:/var/lib/postgresql/data env_file: - db.env networks: - internal app: image: nextcloud:19.0.1-apache # I changed this to 'nextcloud:20.0.14-apache' mem_limit: 500m memswap_limit: 500m hostname: ...
443... connected. GnuTLS: Error in the pull function. Unable to establish SSL connection. The command '/bin/sh -c wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3 && mv rebar3 ~/.mix' returned a non-zero code: 4 ERROR: Service 'featureflagservice' failed to build...
The application works without any issues when launched through the command prompt. However, attempting to initiate docker container associated with the image I generated leads to the error mentioned above. Here is the Docker file: FROM python:3.6.12-alpine COPY requirements.txt / RUN pip3 install...