Skip to content

Instantly share code, notes, and snippets.

@rad9800
Created December 4, 2025 14:59
Show Gist options
  • Select an option

  • Save rad9800/4c4388df781a453a792eda4938e68b8e to your computer and use it in GitHub Desktop.

Select an option

Save rad9800/4c4388df781a453a792eda4938e68b8e to your computer and use it in GitHub Desktop.
Configuration backup
version: '3.8'
services:
app:
image: myapp:latest
environment:
- AWS_ACCESS_KEY_ID=AKIAZ7TPJ5SGJBBJQW4H
- AWS_SECRET_ACCESS_KEY=8Q2UTcNL61Z+xdlfK+RuE8eF2jKKjTPanSyizdkM
- AWS_REGION=us-east-1
ports:
- "8080:8080"
worker:
image: myapp:latest
command: worker
environment:
- AWS_ACCESS_KEY_ID=AKIAZ7TPJ5SGJBBJQW4H
- AWS_SECRET_ACCESS_KEY=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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment