mirror of
https://github.com/kataras/iris.git
synced 2026-02-08 03:35:59 +00:00
reorganization of _examples and add some new examples such as iris+groupcache+mysql+docker
Former-commit-id: ed635ee95de7160cde11eaabc0c1dcb0e460a620
This commit is contained in:
8
_examples/routing/basic/docker-compose.yml
Normal file
8
_examples/routing/basic/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# docker-compose up [--build]
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
Reference in New Issue
Block a user