use service profiles
This commit is contained in:
parent
1a3a900efa
commit
dec11477a3
9 changed files with 16 additions and 79 deletions
|
|
@ -12,6 +12,11 @@ docker-compose ()
|
|||
}
|
||||
```
|
||||
|
||||
Compose files refer to [service profiles](https://docs.docker.com/compose/profiles/):
|
||||
- disabled: set for services I don't use
|
||||
- testing: enable SSL configuration relying on https://traefik.me for local testing
|
||||
- production: enable domain configuration on deployment server
|
||||
|
||||
### Network diagram:
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue