Skip to content

Commit

Permalink
dockerised client
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Apr 16, 2024
1 parent 0410815 commit e7e5708
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 0 deletions.
16 changes: 16 additions & 0 deletions simpleclient/docker/compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
nginx:
image: nginx:1.25.3-alpine
ports:
- 9001:80
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
- .:/var/www/html

php:
image: php:8.1-fpm
volumes:
- .:/var/www/html

fuji:
image: fuji-ext:latest
Loading

0 comments on commit e7e5708

Please sign in to comment.