oonyeje-portfolio/portainer-compose.yaml
oonyeje 27a6ab91fc
Some checks reported errors
continuous-integration/drone Build encountered an error
- update ci
2023-12-01 10:46:18 -05:00

16 lines
358 B
YAML
Executable File

version: '3'
name: oonyeje-portfolio
services:
app:
repo: gitea.bsidesolutions.net/oonyeje-portfolio
container_name: oonyeje-portfolio
restart: unless-stopped
pull_policy: build
ports:
# These ports are in format <host-port>:<container-port>
- '6000:3000' # Public HTTP Port
env_file:
- stack.env