Skip to content

Commit

Permalink
fix: update coolify
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusantguerrero committed Sep 12, 2024
1 parent 2fde2bd commit d0a20da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pecl install mailparse && \
echo extension=mailparse.so > /usr/local/etc/php/conf.d/mailparse.ini && \
echo "max_execution_time=900" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

COPY . /app
COPY . .
# Get latest Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN composer install --ignore-platform-reqs --no-dev --no-interaction --no-plugins --no-scripts --prefer-dist
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ services:
MERCURE_EXTRA_DIRECTIVES: |-
cors_origins "*"
anonymous
ports:
- "80:3000"
networks:
loger:
driver: bridge
external: true

0 comments on commit d0a20da

Please sign in to comment.