Updates nginx and ghost
This commit is contained in:
parent
212b02a167
commit
96d2f2b186
@ -42,7 +42,7 @@ services:
|
|||||||
- ./mariadb-data:/var/lib/mysql
|
- ./mariadb-data:/var/lib/mysql
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.17
|
image: nginx:1.19
|
||||||
environment:
|
environment:
|
||||||
- NGINX_HOST=space.abhinavsarkar.net
|
- NGINX_HOST=space.abhinavsarkar.net
|
||||||
- NGINX_PORT=80
|
- NGINX_PORT=80
|
||||||
@ -158,7 +158,7 @@ services:
|
|||||||
- DRONE_SECRET=${DRONE_SECRET}
|
- DRONE_SECRET=${DRONE_SECRET}
|
||||||
|
|
||||||
arpita_site:
|
arpita_site:
|
||||||
image: ghost:3.13.4-alpine
|
image: ghost:3.21.0-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./ghost/arpita_site:/var/lib/ghost/content
|
- ./ghost/arpita_site:/var/lib/ghost/content
|
||||||
|
Loading…
Reference in New Issue
Block a user