Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Oct 17, 2024
1 parent bac769b commit adaaf09
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
php:
image: ghcr.io/triangle-org/engine:latest
volumes:
- .:/opt/triangle
restart: always
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
ports:
- "${SERVER_PORT}:${SERVER_PORT}"
environment:
- APP_ENV=docker
- APP_PORT

0 comments on commit adaaf09

Please sign in to comment.