docker-compose tag

28 questions


1 answers
75 views
0
"Simp_le:1446" Error Occurs After SSL Using Let's Encrypt in Docker

EventWe are currently planning to use Docker to make the website SSL.Therefore, I am trying to add Let's Encrypt to the Docker-compose, but A heading error has occurred and SSLization is not successfu...


2 answers
101 views
0
Will LB be load balanced by launching multiple web servers with docker on one server?

Place docker in VPS and launch multiple web server containers.Suppose you put nginx in the host and load balance each container when accessing it.Does this work for load balancing?Each server containe...

1 years ago

1 answers
109 views
0
Unable to connect to Docker container from browser on host

How do I connect to a Docker container port from a browser on my host?The Dockerfile, docker-compose.yml below allows the host to connect to port 1344, but even if you access localhost:1344 in the hos...

1 years ago

1 answers
111 views
0
Docker + Rails 6 Series + TailwindCSS Version 3 Does Not Reflect TailwindCSS Style

I am creating an application with Docker+Rails6 Series+TailwindCSS version 3, but it doesn't reflect the style of TailwindCSS, so I would like to consult with you.In index.html.erb, I want to reflect ...


1 answers
60 views
0
Should I define the command as docker-compose.yml or Dockerfile?

Here is an example of running Django and PostgreSQL on Docker-Compose.In this example, the command is defined in docker-compose.yml, but if you specify build in the service definition, you can also de...

1 years ago

3 answers
104 views
0
I want to connect to the Docker container of postgres by psql.

Starting postgres server in Docker containerCONTAINER ID NAMES IMAGE COMMAND CREATED STATUS PORTSb292a7d3de2d backend_container rails railsc About an hour ago Up About an hourb1e3345f625d postgres_con...

1 years ago

1 answers
66 views
0
Unable to connect to localhost in Docker environment

I am currently developing Ruby on rails in a Docker environment, but suddenly I cannot connect to localhost.$curl localhost:3000curl:(7) Failed to connect to localhost port 3000: Connection refusedBel...


1 answers
105 views
0
I don't know how to connect PgAdmin4 to a DB container containing data on docker.

I would like to connect PgAdmin4 to a DB container with data in Win10 and WSL2 and operate it from a browser.Use the following containers with data, and they seem to be doing well, so you can throw a ...


1 answers
66 views
0
Application pushed to GitHub does not build in Travis CI

What do you want to doWhen you push the Rails app built in Docker to GitHub, you want to run a test with Travis CI and build it.SituationRunning the rails test inside the container on the Docker is fi...


1 answers
119 views
0
vscode enhancementsDevelopment on Docker with Remote-Containers does not reflect React in real time

I configured Dockerfile and docker-compose.yml as follows.Dockerfile: FROM node:16docker-compose:version:3services: node: build:. ports: - 3000:3000 volumes: - ./ : /tmp/working working_dir: /tmp/work...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.