Skip to content

Commit

Permalink
created action for gauzy api stage on digitalOcean droplet
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Mar 3, 2024
1 parent c77c64e commit 604b5b0
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .deploy/ssh/with-letsencrypt/docker-compose.api.prod.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,29 +114,6 @@ services:
# '3000-3001:${API_PORT}'
networks:
- overlay

# nginx:
# image: nginx:latest
# volumes:
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
# - ./etc/letsencrypt:/etc/letsencrypt:ro
# - ./certbot/data:/var/www/certbot
# depends_on:
# - api
# restart: unless-stopped
# ports:
# - "80:80"
# - "443:443"
# networks:
# - overlay

# certbot:
# image: certbot/certbot
# container_name: certbot
# volumes:
# - ./certbot/conf:/etc/letsencrypt
# - ./certbot/www:/var/www/certbot
# command: certonly --webroot -w /var/www/certbot --force-renewal --email ever@ever.tech -d apistagedt.gauzy.co --agree-tos
volumes:
certificates: {}

Expand Down

0 comments on commit 604b5b0

Please sign in to comment.