10 lines
336 B
YAML
10 lines
336 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
ketr.chat-production:
|
|
volumes:
|
|
- /etc/nginx/ssl:/etc/nginx/ssl:ro # Use host web keys
|
|
- $HOME/.netrc:/root/.netrc # Use current user .netrc
|
|
- $HOME/.config/gh:/root/.config/gh # Use current user GH config
|
|
- ./logs:/home/user/logs #
|