version: "2"
services:
python:
build: .
labels:
com.webstation.type: "python"
sysctls:
net.core.somaxconn: 65535
volumes:
- /var/packages/WebStation/etc/python_profile/{{python_profile_id}}:{{config}}
- /run/docker-share:/run/docker-share
- {{project_root}}:/home/python/src
{{#db_settings.enable}}
{{> /var/packages/WebStation/target/misc/database_docker_compose}}
{{/db_settings.enable}}