Compare commits
4 Commits
65c7080f87
...
6d0bd76ba7
Author | SHA1 | Date |
---|---|---|
Quentin Duchemin | 6d0bd76ba7 | |
Quentin Duchemin | 9971db7f11 | |
Quentin Duchemin | 1b97f05da3 | |
Quentin Duchemin | 8b8656ef73 |
|
@ -1,6 +1,7 @@
|
||||||
firewall_in_ports:
|
firewall_in_ports:
|
||||||
- "80"
|
- "80"
|
||||||
- "443"
|
- "443"
|
||||||
|
- "25565"
|
||||||
- "{{ ssh_port }}"
|
- "{{ ssh_port }}"
|
||||||
|
|
||||||
hostname: "{{ base_user_name }}"
|
hostname: "{{ base_user_name }}"
|
||||||
|
|
|
@ -2,5 +2,5 @@ hugo_folder_name: "{{ docker_files }}/hugo"
|
||||||
hugo_website: "{{ hugo_folder_name }}/website"
|
hugo_website: "{{ hugo_folder_name }}/website"
|
||||||
# Use extended edition with Git inside
|
# Use extended edition with Git inside
|
||||||
# to read git info (useful for lastmod)
|
# to read git info (useful for lastmod)
|
||||||
hugo_version: 0.83.1-ext-alpine
|
hugo_version: 0.105.0-ext-alpine
|
||||||
repository_url: https://git.chosto.me/Chosto/blog.git
|
repository_url: https://git.chosto.me/Chosto/blog.git
|
||||||
|
|
|
@ -14,6 +14,9 @@ services:
|
||||||
SNOOPER_ENABLED: "false"
|
SNOOPER_ENABLED: "false"
|
||||||
DIFFICULTY: "normal"
|
DIFFICULTY: "normal"
|
||||||
MOTD: "Le gentil serveur de Momo Pierre et Quentin"
|
MOTD: "Le gentil serveur de Momo Pierre et Quentin"
|
||||||
|
WHITELIST: "Joyau,MissPlumelle,XxGasKanxX"
|
||||||
|
# Ultra SetHome,ActionBar
|
||||||
|
SPIGET_RESOURCES: 96934,2661
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue