Skip to content

Instantly share code, notes, and snippets.

@sedkis
Last active March 18, 2019 20:11
Show Gist options
  • Save sedkis/889d343d2dc2b4f41bc30b80909c9f7b to your computer and use it in GitHub Desktop.
Save sedkis/889d343d2dc2b4f41bc30b80909c9f7b to your computer and use it in GitHub Desktop.
version: '3.7'
services:
my-java-service:
image: 'my-java-service:latest'
secrets:
- source: my-secret-DEV
target: my-secret
environment:
- SPRING_PROFILES_ACTIVE=dev
secrets:
my-secret-DEV:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment