mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-11 17:20:44 +01:00
280f1770bf
Signed-off-by: Natanael Arndt <arndtn@gmail.com>
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
|