- update compose file
This commit is contained in:
parent
f764f00984
commit
6742eb4442
@ -3,12 +3,13 @@ version: '3'
|
|||||||
name: oonyeje-portfolio
|
name: oonyeje-portfolio
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: oonyeje/oonyeje-portfolio:latest
|
image: gitea.bsidesolutions.net/oonyeje/oonyeje-portfolio:latest
|
||||||
container_name: oonyeje-portfolio
|
container_name: oonyeje-portfolio
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
pull_policy: build
|
||||||
ports:
|
ports:
|
||||||
# These ports are in format <host-port>:<container-port>
|
# These ports are in format <host-port>:<container-port>
|
||||||
- '3000:6000' # Public HTTP Port
|
- '6000:3000' # Public HTTP Port
|
||||||
|
|
||||||
env_file:
|
env_file:
|
||||||
- stack.env
|
- stack.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user