Skip to content

Instantly share code, notes, and snippets.

@nevercodealone
Created October 23, 2023 14:36
Show Gist options
  • Save nevercodealone/9af346bcf1503e8723315e038e9e99c8 to your computer and use it in GitHub Desktop.
Save nevercodealone/9af346bcf1503e8723315e038e9e99c8 to your computer and use it in GitHub Desktop.
Docker Compose overwrite
version: '3.7'
services:
redis:
image: arm64v8/redis:latest
elasticsearch:
image: arm64v8/elasticsearch:7.17.10
shop:
environment:
- DATA_PROVISION=1
volumes:
- /Users/rolandgolla/Developmentproject/stuff:/var/repo/stuff/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment