-
### Describe the problem
I'm always frustrated when the UPDATE_LANGUAGES variable cannot be easily configured in containerized environments. Currently, updating this variable requires manual changes …
-
Hi ,
I have 3 ubuntu server (16.10) with docker 1.13 and docker-compose 1.8 .
I run swarm on top of the server .
I'm using docker-compose version '3'.
File format `version: '3'
networks:
tes…
-
# Summary
Need instructions for how to specify the default EBS volume type and size when using the Docker Volume plugin.
I see how you can set some parameters (below) but not others. I can get th…
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were…
-
Dev > Test > Prod 환경에 따라 서로 필요한 서비스를 철저히 분리합니다.
- [ ] 정적 파일: Django Default > Docker Volume > S3
- [ ] DB: 로컬 PostgreSQL > Docker Container의 PostgreSQL > AWS RDS
-
I have just discovered this project, and looks like a neat way to organize all the sql logic & etl using yaml.
Thank you for creating this project !
Would you consider dockerizing this project ?
…
-
### What problem will this feature address?
Some applications need a persistent data volume whose unix ownership is a non-root user, but the volume data starts out owned by root. This can happen wh…
-
### Description
There seems to be some strange interconnections between volumes and configs, when starting a service as a dependency.
A service with a submount can start fine when running on its o…
-
- [x] I have tried with the latest version of Docker Desktop
- [x] I have tried disabling enabled experimental features
### Actual behavior
When using process isolation, data stored in volu…
-
Good morning,
I'm trying to get this to run through docker for windows. This is my docker compose.
```
version: '3'
services:
factorio:
image: factoriotools/factorio
restar…