Skip to content

Commit

Permalink
cleaning yml, adding acme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-hagen committed Feb 18, 2020
1 parent b93e9e2 commit 99e8100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions bin/acme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

docker-compose exec litespeed su -c "/root/.acme.sh/acme.sh -issue ${1} -w /var/www/vhosts/${1}/html/"
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ services:
MYSQL_USER: ${MYSQL_USER}
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
litespeed:
#build:
# context: ./config/litespeed/${LITESPEED}/
# args:
#extensions: lsphp72 lsphp72-common lsphp72-mysql lsphp72-json
# extensions: vim
image: litespeedtech/openlitespeed-beta:${OLS_VERSION}-${PHP_VERSION}
env_file:
- .env
Expand Down

0 comments on commit 99e8100

Please sign in to comment.