portal-app/podman-compose.yml

13 lines
182 B
YAML
Raw Normal View History

2025-03-20 02:09:33 -04:00
version: "3.8"
services:
app:
container_name: portal-app
image: localhost/portal:v2
build: .
ports:
- "5173:5173"
restart: always
netork_mode: host