Fuck self hosting

This commit is contained in:
Atridad Lahiji 2024-06-03 16:34:56 -06:00
parent 0f0057805b
commit a982ade417
No known key found for this signature in database
2 changed files with 1 additions and 30 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.22.0 as build
FROM golang:1.22.3 as build
WORKDIR /app

View file

@ -1,29 +0,0 @@
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
image: your-app-image:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"
networks:
- nginx_default
environment:
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
- AWS_ENDPOINT_URL_S3=$AWS_ENDPOINT_URL_S3
- AWS_REGION=$AWS_REGION
- AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
- BUCKET_NAME=$BUCKET_NAME
- CLERK_SECRET_KEY=$CLERK_SECRET_KEY
- CLERK_WEBHOOK_SECRET=$CLERK_WEBHOOK_SECRET
- RESEND_API_KEY=$RESEND_API_KEY
- STRIPE_SECRET_KEY=$STRIPE_SECRET_KEY
networks:
nginx_default:
name: nginx_default
external: true