Skip to content

Commit 6a492df

Browse files
committed
Updated dockerfiles
1 parent 2acbf6b commit 6a492df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ services:
5050
context: ./frontend/
5151
dockerfile: ../docker/frontend/Dockerfile
5252
volumes:
53-
- frontend_data:/usr/src/app/dist/frontend
53+
- frontend_data:/usr/src/app/www/frontend
5454
frontend-android:
5555
build:
5656
context: ./frontend/
5757
dockerfile: ../docker/frontend-android/Dockerfile
5858
volumes:
59-
- frontend-android_data:/usr/src/app/dist/frontend-android
59+
- frontend-android_data:/usr/src/app/www/frontend-android
6060
nginx:
6161
build: ./docker/nginx
6262
volumes:
63-
- frontend_data:/usr/src/app/dist/frontend
64-
- frontend-android_data:/usr/src/app/dist/frontend-android
63+
- frontend_data:/usr/src/app/www/frontend
64+
- frontend-android_data:/usr/src/app/www/frontend-android
6565
- media_volume:/home/app/web/media
6666
- ./data/certbot/conf:/etc/letsencrypt
6767
- ./data/certbot/www:/var/www/certbot

docker/nginx/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM nginx:stable-alpine
2-
ENV VERSION 13
2+
ENV VERSION 14
33

44
RUN rm /etc/nginx/conf.d/default.conf
55
COPY nginx.conf /etc/nginx/conf.d

0 commit comments

Comments
 (0)