This commit is contained in:
vlafvlaf 2023-04-26 05:44:05 +02:00
parent 5ad1ab98a2
commit b9cff752b5
8 changed files with 39 additions and 4 deletions

View File

@ -1,8 +1,8 @@
TYPE={{ .Name }}
TYPE=osur
DOMAIN={{ .Name }}.example.com
DOMAIN=osur.kotec.space
## Domain aliases
#EXTRA_DOMAINS=', `www.{{ .Name }}.example.com`'
#EXTRA_DOMAINS=', `www.osur.kotec.space`'
LETS_ENCRYPT_ENV=production

3
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/osur.iml" filepath="$PROJECT_DIR$/.idea/osur.iml" />
</modules>
</component>
</project>

8
.idea/osur.iml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.20.0
image: vlafvlaf/osur-server
networks:
- proxy
deploy: