update image paths

This commit is contained in:
Colin Griffin 2021-12-17 12:14:46 -05:00 committed by GitHub
parent 329d7deb4c
commit bc9ef1619e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ services:
args: args:
- BASE_URL=${BASE_URL} - BASE_URL=${BASE_URL}
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL} - NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL}
image: calendso/docker image: calendso/calendso:latest
restart: always restart: always
networks: networks:
- stack - stack
@ -39,7 +39,7 @@ services:
# Optional use of Prisma Studio. In production, comment out or remove the section below to prevent unwanted access to your database. # Optional use of Prisma Studio. In production, comment out or remove the section below to prevent unwanted access to your database.
studio: studio:
image: calendso/docker image: calendso/calendso:latest
restart: always restart: always
networks: networks:
- stack - stack