mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-26 18:03:43 +01:00
15 lines
203 B
YAML
15 lines
203 B
YAML
version: "3"
|
|
services:
|
|
web:
|
|
extends:
|
|
file: common-services.yml
|
|
service: webapp
|
|
environment:
|
|
- DEBUG=1
|
|
cpu_shares: 5
|
|
|
|
important_web:
|
|
extends: web
|
|
cpu_shares: 10
|
|
|