mirror of
https://github.com/docker/compose.git
synced 2025-08-31 22:48:11 +02:00
14 lines
196 B
YAML
14 lines
196 B
YAML
web:
|
|
extends:
|
|
file: common.yml
|
|
service: web
|
|
environment:
|
|
- FOO=2
|
|
- BAZ=3
|
|
labels: ['label=one']
|
|
ulimits:
|
|
nproc: 65535
|
|
memlock:
|
|
soft: 1024
|
|
hard: 2048
|