# wineestablishement

## Project Info
- Type: custom
- Port: 3100
- Created by: rian
- Created: 2026-06-12

## Description


## Getting Started
1. Add files to `./public/` directory
2. Deploy: `srv-gw deploy --project wineestablishement`
3. Visit: https://wineestablishement.demoing.info

## Managing the Container
Use `srv-gw` commands (NOT docker/podman directly):
```bash
srv-gw deploy --project wineestablishement     # Deploy/redeploy (reads docker-compose.yml)
srv-gw status --project wineestablishement     # Check status
srv-gw logs --project wineestablishement       # View logs
srv-gw restart --project wineestablishement    # Restart
srv-gw stop --project wineestablishement       # Stop
srv-gw start --project wineestablishement      # Start
```

## Customizing
Edit `docker-compose.yml` to change the container setup (e.g., different image,
build from Dockerfile, add environment variables). Then run `srv-gw deploy`.
