Added Standard Variables

This commit is contained in:
TheOldGuy 2024-09-03 06:15:00 +00:00
parent 4ecdbd8a12
commit 0c816ac22f

View File

@ -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