mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-11-10 04:07:26 +01:00
Update CMD
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
8206135575
commit
cf07b3d1fa
@ -135,9 +135,12 @@ services:
|
|||||||
- certbot-cert:/etc/letsencrypt
|
- certbot-cert:/etc/letsencrypt
|
||||||
- wordpress:/var/www/wordpress
|
- wordpress:/var/www/wordpress
|
||||||
- jellyfin:/var/www/jellyfin
|
- jellyfin:/var/www/jellyfin
|
||||||
#command: certonly --email bensuperpc@bensuperpc.fr --agree-tos --rsa-key-size 4096 --no-eff-email --verbose --noninteractive --staging --webroot --webroot-path=/var/www/wordpress --domain bensuperpc.org --domain www.bensuperpc.org --webroot-path=/var/www/jellyfin --domain jellyfin.bensuperpc.org --domain www.jellyfin.bensuperpc.org
|
#command: certonly --email bensuperpc@bensuperpc.fr --agree-tos --rsa-key-size 4096 --no-eff-email --verbose --noninteractive --staging --webroot \
|
||||||
#command: certonly --email bensuperpc@bensuperpc.fr --agree-tos --rsa-key-size 4096 --no-eff-email --verbose --noninteractive --force-renewal --webroot --webroot-path=/var/www/wordpress --domain bensuperpc.org --domain www.bensuperpc.org --webroot-path=/var/www/jellyfin --domain jellyfin.bensuperpc.org --domain www.jellyfin.bensuperpc.org
|
#command: certonly --email bensuperpc@bensuperpc.fr --agree-tos --rsa-key-size 4096 --no-eff-email --verbose --noninteractive --force-renewal --webroot \
|
||||||
command: certonly --email bensuperpc@bensuperpc.fr --agree-tos --rsa-key-size 4096 --no-eff-email --verbose --noninteractive --keep-until-expiring --webroot --webroot-path=/var/www/wordpress --domain bensuperpc.org --domain www.bensuperpc.org --webroot-path=/var/www/jellyfin --domain jellyfin.bensuperpc.org --domain www.jellyfin.bensuperpc.org
|
command: certonly --email bensuperpc@bensuperpc.fr --agree-tos --rsa-key-size 4096 --no-eff-email --verbose --noninteractive --keep-until-expiring --webroot \
|
||||||
|
--webroot-path=/app --domain bensuperpc.org --domain www.bensuperpc.org \
|
||||||
|
--webroot-path=/var/www/jellyfin --domain jellyfin.bensuperpc.org --domain www.jellyfin.bensuperpc.org \
|
||||||
|
--webroot-path=/var/www/wordpress --domain wordpress.bensuperpc.org --domain www.wordpress.bensuperpc.org
|
||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
image: phpmyadmin:5.2.0
|
image: phpmyadmin:5.2.0
|
||||||
container_name: phpmyadmin
|
container_name: phpmyadmin
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
#stream {
|
#upstream minecraft {
|
||||||
# server {
|
# server minecraft:25565;
|
||||||
# listen 25565;
|
|
||||||
# server_name minecraft.bensuperpc.org www.minecraft.bensuperpc.org;
|
|
||||||
#
|
|
||||||
# proxy_pass minecraft:25565;
|
|
||||||
# }
|
|
||||||
#}
|
#}
|
||||||
|
#
|
||||||
|
#server {
|
||||||
|
# listen 25566;
|
||||||
|
# server_name minecraft.bensuperpc.org www.minecraft.bensuperpc.org;
|
||||||
|
# location / {
|
||||||
|
# proxy_pass minecraft;
|
||||||
|
# }
|
||||||
|
#}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user