services: migrate letsencrypt to swag

This commit is contained in:
Bruno BELANYI 2020-10-18 15:51:54 +02:00
parent 29afe55243
commit 9d49a1eec8
31 changed files with 11 additions and 11 deletions

View file

@ -1,16 +1,16 @@
version: "3"
services:
letsencrypt:
image: linuxserver/letsencrypt
container_name: letsencrypt
swag:
image: linuxserver/swag
container_name: swag
restart: unless-stopped
cap_add:
- NET_ADMIN
env_file:
- ./letsencrypt/letsencrypt.env
- ./swag/swag.env
volumes:
- ./letsencrypt:/config
- ./swag:/config
ports:
- 80:80
- 443:443