mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-12 01:30:49 +01:00
11 lines
175 B
YAML
11 lines
175 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
web:
|
||
|
image: busybox
|
||
|
extends:
|
||
|
file: common-services.yml
|
||
|
service: webapp_default
|
||
|
environment:
|
||
|
- DEBUG=1
|
||
|
cpu_shares: 5
|