some fixes?
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Development override: point the web service to rad/.env.dev and map nginx to
|
||||
# non-privileged host ports so you can run without sudo.
|
||||
|
||||
services:
|
||||
web:
|
||||
env_file:
|
||||
- ../.env.dev
|
||||
|
||||
nginx:
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8443:443"
|
||||
Reference in New Issue
Block a user