mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Refactoring
This commit is contained in:
@@ -28,9 +28,17 @@ services:
|
||||
-L 0.0.0.0:${SSH_TUNNEL_TO:?}:localhost:${SSH_TUNNEL_FROM:?}
|
||||
${SSH_USER:?}@${SSH_HOST:?}
|
||||
-p ${SSH_PORT:-22}
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.1'
|
||||
memory: 64M
|
||||
reservations:
|
||||
memory: 32M
|
||||
networks:
|
||||
- autossh_network
|
||||
|
||||
networks:
|
||||
autossh_network:
|
||||
name: autossh_network
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user