split up mixed compose file and added env file to each directory
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
s-pdf:
|
||||
container_name: spdf
|
||||
image: frooodle/s-pdf
|
||||
networks:
|
||||
- reverse-proxy
|
||||
ports:
|
||||
- 8086:8080
|
||||
restart: always
|
||||
|
||||
reverse-proxy:
|
||||
name: reverse-proxy
|
||||
external: true
|
||||
Reference in New Issue
Block a user