Files
oficial/api.compose.yml

10 lines
201 B
YAML
Raw Normal View History

2024-06-18 22:41:03 -04:00
services:
httpclient:
profiles:
- testing
container_name: incoviba_client
image: flawiddsouza/restfox
restart: unless-stopped
ports:
- "${HTTPCLIENT_PORT:-4004}:4004"