Skip to content

Commit

Permalink
repo: vysc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivynya authored Aug 17, 2023
1 parent 30e7801 commit cdce9ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vysc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3.7'

vysc_project: redirect
vysc_nginx:
redirect:
listen_host: ivy.direct
listen_path: /
listen_port: 80
proxy_port: 5001

services:
redirect:
image: ghcr.io/ivynya/redirect:latest
restart: unless-stopped
ports:
- 5001:3000

0 comments on commit cdce9ca

Please sign in to comment.