Skip to content

Commit

Permalink
chore: move server_env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Honlet committed Feb 26, 2025
1 parent b6f0d04 commit eb88927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ services:
PHP_VERSION: ${PHP_VERSION}
additional_contexts:
project: .
environment:
# !! Handle https redirection and enforce www.*
- SERVER_ENV=dev
expose:
- 80
volumes:
Expand Down
3 changes: 3 additions & 0 deletions services/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ARG PHP_VERSION=8.2
FROM php:${PHP_VERSION}-apache

ENV HOME=/home/runner
# TODO: Remove from everywhere
ENV SERVER_ENV=dev

RUN mkdir -p "$HOME" && chmod a+rwx "$HOME"

############################################################
Expand Down

0 comments on commit eb88927

Please sign in to comment.