Removed Offtiktok
This commit is contained in:
parent
01df53a703
commit
df58eeaeea
@ -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
|
@ -8,10 +8,6 @@ compose:
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
||||
pending:
|
||||
oracle1:
|
||||
- offtiktok
|
||||
|
||||
deployed-compose:
|
||||
vultr:
|
||||
- imgin
|
||||
|
Loading…
Reference in New Issue
Block a user