0
0

Removed Offtiktok

This commit is contained in:
Opnxng 2024-09-05 07:04:38 +08:00
parent 01df53a703
commit df58eeaeea
3 changed files with 0 additions and 685 deletions

641
Caddyfile

File diff suppressed because one or more lines are too long

View File

@ -1,40 +0,0 @@
# {{ ansible_managed }}
services:
offtiktok:
image: git.opnxng.com/opnxng/offtiktok:latest
container_name: offtiktok
security_opt:
- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- NEXT_INTERNAL_API_URL=http://localhost:3000
- NEXT_PUBLIC_API_URL=http://localhost:2000
- GA_TRACING_ID=G-Y2K66L945V
restart: unless-stopped
ports:
- 8911:3000
networks:
- offtiktok
offtiktokapi:
image: git.opnxng.com/opnxng/offtiktokapi:latest
container_name: offtiktokapi
security_opt:
- no-new-privileges
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Singapore
- DATABASE_URL=file:./dev.db
restart: unless-stopped
# ports:
# - 2000:2000
networks:
- offtiktok
networks:
offtiktok:
name: offtiktok

View File

@ -8,10 +8,6 @@ compose:
# ----------------------------------------------------------------------------------------------------
pending:
oracle1:
- offtiktok
deployed-compose:
vultr:
- imgin