initialize
commit
e1b2939cd7
|
@ -0,0 +1,2 @@
|
|||
FROM nginx
|
||||
EXPOSE 80
|
|
@ -0,0 +1,4 @@
|
|||
FROM postgres
|
||||
ENV POSTGRES_USER = together
|
||||
ENV POSTGRES_PASSWORD=togetherno.1
|
||||
USER together
|
Loading…
Reference in New Issue