initialize

main
3wish 2024-04-10 17:10:44 +08:00
commit e1b2939cd7
3 changed files with 6 additions and 0 deletions

2
nginx/Dockerfile 100644
View File

@ -0,0 +1,2 @@
FROM nginx
EXPOSE 80

0
nginx/nginx.conf 100644
View File

View File

@ -0,0 +1,4 @@
FROM postgres
ENV POSTGRES_USER = together
ENV POSTGRES_PASSWORD=togetherno.1
USER together