Questions tagged as 'docker-compose'

1
answer

Problems with FindSystemTimeZoneById in Web.API .NET Core in Docker (Linux)

Scenario: I'm migrating a WebAPI to .NET Core, in Windows it's running normally. Problem When I'm running on Docker (Linux) (docker-compose) I'm having the following problem:    "The time zone ID 'W. Europe Standard Time' was not...
asked by 30.12.2017 / 12:17
1
answer

Docker-compose to create lamp with phpunit

I'm trying to use docker-compose to create a LAMP environment along with phpunit to run TDD php and what I want to do is this: run a mysql image 5; run an image phpunit 5; run a php 5.6 image so that it communicates with the other i...
asked by 27.12.2017 / 16:24
1
answer

How to enable all virtual hosts in a Docker container

Considering the files below, how can I in the build activate all virtual hosts (present on volume: ./Apache/)? docker-compose.yaml: version: "3.3" services: mysql: container_name: mysql image: mysql:5.7 environment: MYSQ...
asked by 23.09.2017 / 19:49
1
answer

404 in container Docker NGINX

Hello developer friends! I'm having a problem with NGINX where the application root is not found, reminding me that I need a "mod_rewrite" to make my URLs beautiful. I'll leave the NGINX settings and docker-compose.yml. Vlw: metal: site...
asked by 25.07.2017 / 15:40
2
answers

Define domain for container docker-compose

I am starting to use docker-compose and would like to know how to configure a domain for my apache container via docker-compose.yml? Currently to access my container I type localhost: 3000. cms: environment: O2_MYSQL_HOST: mysql TZ: "A...
asked by 26.06.2017 / 04:38
1
answer

Docker compose image container

How to interconnect 3 images in docker-compose? I would like the elasticsearch, kibana and panthomJS to be inserted in only 1 container, however I only managed elasticsearch with kibana. How can I do this? Any information regarding any versio...
asked by 13.06.2017 / 02:10
2
answers

How to cURL between containers?

I started using Docker a short time ago, probably because of this I got stuck in this problem. I have an API and Front that is making requests via cURL for it. But when I put these projects in Docker and separated them in containers...
asked by 12.06.2017 / 14:47
1
answer

Docker: Upload large sql file

I'm having problems with Docker. I am using Docker and docker-compose to create and configure a web environment quickly and practically. I've been a docker user for some time, but I've never had to upload a large file to a bunch of...
asked by 28.04.2017 / 00:21
0
answers

Create super user inside a docker container that is used with composite

I have a django project that is running with docker-compose, what I need to do and very simple, run python manage.py createsuperuser, however, even setting the command via dockerfile or compose .yml I can not create this super user , does anyone...
asked by 28.03.2017 / 05:07
1
answer

Problems with the php artisan command using Laradock

Whenever I use Laravel's artisan command in my laradock workspace to create a controller, model or any other file I can not save or delete this generated file, the system (Linux Mint) asks me to place my user password. I have tried to change the...
asked by 18.08.2018 / 16:29