Skip to content

Commit 35dfaf8

Browse files
committed
Fixed docker compose file
1 parent 0bd7732 commit 35dfaf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ services:
7474
image: ghcr.io/simjanos-dev/linguacafe-python-service:${VERSION:-latest}
7575
environment:
7676
PYTHONPATH: "/var/www/html/storage/app/model"
77+
APP_ENV: "production"
7778
volumes:
7879
- ./storage:/var/www/html/storage
7980
networks:
8081
- linguacafe
81-
platform: ${PLATFORM:-}
82-
APP_ENV: "production"
82+
platform: ${PLATFORM:-}

0 commit comments

Comments
 (0)