awesome-compose icon indicating copy to clipboard operation
awesome-compose copied to clipboard

Awesome Docker Compose samples

Results 303 awesome-compose issues
Sort by recently updated
recently updated
newest added

### compose ``` version: "3.8" services: udcp_collect: image: hub.deepin.com/xapi:pre-amd64 privileged: true volumes: - /opt/udcp/udcp_collect/hardware_information/:/service/data/ - /sbin/dmidecode:/sbin/dmidecode - /dev/mem:/dev/mem command: - "/service/api" logging: options: max-size: 10m max-file: 3 ``` ### problem...

I am building the images correctly, however I cannot find the project files such as Wordpress files.

question

I am practicing to deploy through docker-compose using django, mysql, and nginx. I'm trying to contribute because I don't think a good example has been posted here yet.

proposal

nginx-flask-mysql requirements.txt file needs to be updated with the below ``` Flask==2.0.1 itsdangerous==2.0.1 mysql-connector==2.2.9 ``` Otherwise it will give the below error ``` backend_1 | Traceback (most recent call last):...

- Used same `todos` react code samples from repo - Added MongoDB sample with mongo-express - Updated README.md files accordingly

Hello I hope you guys are well So I would like to suggest a sample for nodejs with postgres connection, it could have: - a simple NodeJS app using Express...

proposal

Hi everybody, I have some boilerplate here for a postgres / express / react setup with OpenAPI. Is it appropriate to add to this repo? https://github.com/CastleArg/docker-compose-pern-template

proposal

This is a working installation of the Umbraco CMS with a separate database container. It uses a sample template so there is some actual content on the website to edit.