portal-app/podman-compose.yml
2025-03-20 02:09:33 -04:00

12 lines
182 B
YAML

version: "3.8"
services:
app:
container_name: portal-app
image: localhost/portal:v2
build: .
ports:
- "5173:5173"
restart: always
netork_mode: host