This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
Beelance
Watch
1
Star
0
Fork
0
Code
Issues
6
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove smtp stuff
https
jakobsn
5 years ago
parent
a696c319df
commit
b6ed4e59a6
4 changed files
with
2 additions
and
13 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.env
+1
-0
.gitignore
+0
-11
docker-compose.yml
+0
-1
docker-smtp
+ 1
- 1
.env
View File
@@ -1 +1 @@
groupid=1
9
groupid=
5
1
+ 1
- 0
.gitignore
View File
@@ -1,2 +1,3 @@
__pycache__
src/app/sessions/
.env
+ 0
- 11
docker-compose.yml
View File
@@ -21,21 +21,10 @@ services:
- "4${groupid}:443"
depends_on:
- db
- smtp
networks:
backend:
ipv4_address: 10.${groupid}.0.6
smtp:
build:
context: ./docker-smtp
dockerfile: Dockerfile
restart: always
networks:
backend:
ipv4_address: 10.${groupid}.0.7
networks:
backend:
+ 0
- 1
docker-smtp
@@ -1 +0,0 @@
Subproject commit 0961794dc8722eb4c8bcbbdf48323ab9e8e4dff7
Write
Preview
Loading…
Cancel
Save