Added Standard Variables
This commit is contained in:
parent
4ecdbd8a12
commit
0c816ac22f
17
vitea.yml
17
vitea.yml
@ -1,7 +1,16 @@
|
||||
version: '3'
|
||||
###########################
|
||||
#### AWS Lightsail 0 ####
|
||||
###########################
|
||||
#### Resume Redirect ####
|
||||
###########################
|
||||
services:
|
||||
web:
|
||||
resume-redirect:
|
||||
image:
|
||||
container_name: resume-redirect
|
||||
networks:
|
||||
- t3_proxy
|
||||
build: .
|
||||
ports:
|
||||
- "80:80"
|
||||
restart: always
|
||||
- "8888:80"
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user