Skip to content

Commit

Permalink
build: try and enable laravel logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rburgstaller committed Apr 22, 2024
1 parent 29bf262 commit b53c9d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ RUN chown -R "$USER":${WWWGROUP} /data/caddy && \
chmod 770 /usr/local/bin/start-review-container && \
chmod 444 /etc/caddy/Caddyfile && \
mkdir -p /var/www/.npm && chown -R $USER:$WWWGROUP /var/www/.npm && \
mkdir -p /app/logs/laravel && \
chown -R $USER:$WWWGROUP /app


Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ services:
ports:
# laravel
- '9999:9999'
- '2019:2019'
environment:
PORT: 9999
#user: '33:33'
# user: '33:33'
networks:
- fp-network
networks:
Expand Down
6 changes: 3 additions & 3 deletions docker/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
{$CADDY_GLOBAL_OPTIONS}
{$CADDY_GLOBAL_OPTIONS}
{$CADDY_GLOBAL_OPTIONS2}

debug

frankenphp {
Expand All @@ -16,7 +16,7 @@
order php before file_server
}

{$CADDY_EXTRA_CONFIG}
{$CADDY_EXTRA_CONFIG}

http://localhost:{$PORT:80} {
bind 0.0.0.0
Expand Down

0 comments on commit b53c9d1

Please sign in to comment.