Some checks reported errors
continuous-integration/drone Build encountered an error
16 lines
358 B
YAML
Executable File
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
|